aboutsummaryrefslogtreecommitdiff
path: root/manual/memory.texi
AgeCommit message (Expand)Author
2024-01-24manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel
2024-01-24manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella
2023-05-27Fix misspellings in manual/ -- BZ 25337Paul Pluzhnikov
2023-05-08aligned_alloc: conform to C17DJ Delorie
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-01-12manual: Drop obsolete @refillSiddhesh Poyarekar
2021-07-27manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar
2021-07-23manual: Document unsupported cases for interpositionSiddhesh Poyarekar
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-07glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert
2020-12-29free: preserve errno [BZ#17924]Paul Eggert
2020-10-13manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]Benno Schulenberg
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-11-27Implement the mlock2 functionFlorian Weimer
2017-11-19manual: Document mprotect and introduce section on memory protectionFlorian Weimer
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer
2017-08-30malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-05-30Add reallocarray functionDennis Wölfing
2017-04-21manual: Document replacing malloc [BZ #20424]Florian Weimer
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-10-26Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar
2016-10-26Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar
2016-06-16manual: fix typos in the memory chapterRical Jasan
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer
2015-12-10Split large string section; add truncation advicePaul Eggert
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2014-02-26Fix two spaces after sentence.Ondřej Bílka
2014-01-31[BZ #12751]Alexandre Oliva
2013-12-16manual/memory.texi: Document aligned_alloc.Will Newton
2013-12-16manual/memory.texi: Bring aligned allocation docs up to date.Will Newton
2013-11-06manual/memory.texi: Remove register keyword from examples.Will Newton
2013-03-17manual: Sort mallopt M_* parameters alphabeticallyCarlos O'Donell
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar
2012-09-07Fix pointers between nodes in manual (bug 10038).Joseph Myers
2012-03-08Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers
2012-02-28Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers
2012-02-17Fix various problems with @deftypefun lines.Nicolas Boulenguez