summaryrefslogtreecommitdiff
path: root/manual/memory.texi
AgeCommit message (Expand)Author
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
2010-07-27Document M_PERTURBAndreas Schwab
2010-02-22manual: fix doubled-words and typosJim Meyering
2008-08-02* manual/arith.texi: Avoid @strong{Note:}.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-11-10[BZ #3483]Ulrich Drepper
2006-02-22[BZ #315]Roland McGrath
2005-09-13[BZ #1261]Roland McGrath
2005-01-26* manual/memory.texi (sbrk): Fix definition.Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-10-18* manual/memory.texi (Page Lock Functions): Typo fix.Roland McGrath
2003-02-25* manual/memory.texi (Malloc Tunable Parameters): Clarify Andreas Jaeger
2002-07-22(Hooks for Malloc): Correct order of arguments for __memalign_hook.Ulrich Drepper
2002-06-30Update.Ulrich Drepper
2002-03-24(Aligned Memory Blocks): Fix typo.Andreas Jaeger
2002-03-22(Aligned Memory Blocks): Correct description of where memalign is declared [P...Ulrich Drepper
2001-05-21Update.Andreas Jaeger