aboutsummaryrefslogtreecommitdiff
path: root/manual/memory.texi
AgeCommit message (Expand)AuthorFilesLines
2021-07-27manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar1-3/+3
2021-07-23manual: Document unsupported cases for interpositionSiddhesh Poyarekar1-0/+7
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar1-185/+6
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-3/+13
2021-07-07glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar1-5/+5
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert1-38/+87
2020-12-29free: preserve errno [BZ#17924]Paul Eggert1-0/+9
2020-10-13manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]Benno Schulenberg1-1/+1
2020-08-31Add mallinfo2 function that support sizes >= 4GB.Martin Liska1-18/+18
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes1-0/+4
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab1-1/+0
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-1/+1
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer1-1/+1
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer1-0/+232
2017-11-27Implement the mlock2 functionFlorian Weimer1-2/+30
2017-11-19manual: Document mprotect and introduce section on memory protectionFlorian Weimer1-0/+122
2017-08-30malloc: Remove check_action variable [BZ #21754]Florian Weimer1-1/+0
2017-08-30malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer1-11/+9
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan1-99/+57
2017-05-30Add reallocarray functionDennis Wölfing1-10/+36
2017-04-21manual: Document replacing malloc [BZ #20424]Florian Weimer1-0/+65
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer1-9/+0
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan1-4/+4
2016-10-26Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar1-7/+5
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar1-61/+66
2016-10-26Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar1-0/+36
2016-06-16manual: fix typos in the memory chapterRical Jasan1-12/+12
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer1-22/+2
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-8/+0
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer1-1/+1
2015-12-10Split large string section; add truncation advicePaul Eggert1-1/+1
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer1-4/+0
2014-02-26Fix two spaces after sentence.Ondřej Bílka1-3/+3
2014-01-31[BZ #12751]Alexandre Oliva1-0/+533
2013-12-16manual/memory.texi: Document aligned_alloc.Will Newton1-16/+47
2013-12-16manual/memory.texi: Bring aligned allocation docs up to date.Will Newton1-17/+44
2013-11-06manual/memory.texi: Remove register keyword from examples.Will Newton1-3/+3
2013-03-17manual: Sort mallopt M_* parameters alphabeticallyCarlos O'Donell1-13/+19
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar1-1/+4
2012-09-07Fix pointers between nodes in manual (bug 10038).Joseph Myers1-1/+1
2012-03-08Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers1-3/+3
2012-02-28Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers1-16/+16
2012-02-17Fix various problems with @deftypefun lines.Nicolas Boulenguez1-1/+1
2010-07-27Document M_PERTURBAndreas Schwab1-0/+5
2010-02-22manual: fix doubled-words and typosJim Meyering1-1/+1
2008-08-02* manual/arith.texi: Avoid @strong{Note:}.Ulrich Drepper1-1/+1
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-4/+4
2007-07-31.Jakub Jelinek1-4/+4
2006-11-10[BZ #3483]Ulrich Drepper1-4/+4
2006-02-22[BZ #315]Roland McGrath1-2/+5