| Commit message (Expand) | Author | Age | Files | Lines |
* | glibc.malloc.check: Fix nit in documentation | Siddhesh Poyarekar | 2021-07-07 | 1 | -5/+5 |
* | Improve documentation for malloc etc. (BZ#27719) | Paul Eggert | 2021-04-13 | 1 | -38/+87 |
* | free: preserve errno [BZ#17924] | Paul Eggert | 2020-12-29 | 1 | -0/+9 |
* | manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015] | Benno Schulenberg | 2020-10-13 | 1 | -1/+1 |
* | Add mallinfo2 function that support sizes >= 4GB. | Martin Liska | 2020-08-31 | 1 | -18/+18 |
* | Fix tst-pkey.c pkey_alloc return checks and manual | Lucas A. M. Magalhaes | 2020-01-17 | 1 | -0/+4 |
* | Don't declare __malloc_check_init in <malloc.h> (bug 23352) | Andreas Schwab | 2019-07-10 | 1 | -1/+0 |
* | manual: Revise crypt.texi. | Zack Weinberg | 2018-06-29 | 1 | -1/+1 |
* | Run thread shutdown functions in an explicit order | Florian Weimer | 2018-06-26 | 1 | -1/+1 |
* | Linux: Implement interfaces for memory protection keys | Florian Weimer | 2017-12-05 | 1 | -0/+232 |
* | Implement the mlock2 function | Florian Weimer | 2017-11-27 | 1 | -2/+30 |
* | manual: Document mprotect and introduce section on memory protection | Florian Weimer | 2017-11-19 | 1 | -0/+122 |
* | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 2017-08-30 | 1 | -1/+0 |
* | malloc: Abort on heap corruption, without a backtrace [BZ #21754] | Florian Weimer | 2017-08-30 | 1 | -11/+9 |
* | manual: Replace summary.awk with summary.pl. | Rical Jasan | 2017-06-15 | 1 | -99/+57 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 1 | -10/+36 |
* | manual: Document replacing malloc [BZ #20424] | Florian Weimer | 2017-04-21 | 1 | -0/+65 |
* | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 2017-04-18 | 1 | -9/+0 |
* | manual: Convert @tables of variables to @vtables. | Rical Jasan | 2016-12-21 | 1 | -4/+4 |
* | Remove references to sbrk to grow/shrink arenas | Siddhesh Poyarekar | 2016-10-26 | 1 | -7/+5 |
* | Document the M_ARENA_* mallopt parameters | Siddhesh Poyarekar | 2016-10-26 | 1 | -61/+66 |
* | Add note on MALLOC_MMAP_* environment variables | Siddhesh Poyarekar | 2016-10-26 | 1 | -0/+36 |
* | manual: fix typos in the memory chapter | Rical Jasan | 2016-06-16 | 1 | -12/+12 |
* | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 2016-06-10 | 1 | -22/+2 |
* | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer | 2016-04-14 | 1 | -8/+0 |
* | malloc: Remove max_total_mem member form struct malloc_par | Florian Weimer | 2016-02-19 | 1 | -1/+1 |
* | Split large string section; add truncation advice | Paul Eggert | 2015-12-10 | 1 | -1/+1 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -4/+0 |
* | Fix two spaces after sentence. | Ondřej Bílka | 2014-02-26 | 1 | -3/+3 |
* | [BZ #12751] | Alexandre Oliva | 2014-01-31 | 1 | -0/+533 |
* | manual/memory.texi: Document aligned_alloc. | Will Newton | 2013-12-16 | 1 | -16/+47 |
* | manual/memory.texi: Bring aligned allocation docs up to date. | Will Newton | 2013-12-16 | 1 | -17/+44 |
* | manual/memory.texi: Remove register keyword from examples. | Will Newton | 2013-11-06 | 1 | -3/+3 |
* | manual: Sort mallopt M_* parameters alphabetically | Carlos O'Donell | 2013-03-17 | 1 | -13/+19 |
* | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | 2012-10-18 | 1 | -1/+4 |
* | Fix pointers between nodes in manual (bug 10038). | Joseph Myers | 2012-09-07 | 1 | -1/+1 |
* | Clean up glibc manual references to "GNU system" (bug 6911). | Joseph Myers | 2012-03-08 | 1 | -3/+3 |
* | Use Texinfo macros to refer to the GNU C Library within the manual. | Joseph Myers | 2012-02-28 | 1 | -16/+16 |
* | Fix various problems with @deftypefun lines. | Nicolas Boulenguez | 2012-02-17 | 1 | -1/+1 |
* | Document M_PERTURB | Andreas Schwab | 2010-07-27 | 1 | -0/+5 |
* | manual: fix doubled-words and typos | Jim Meyering | 2010-02-22 | 1 | -1/+1 |
* | * manual/arith.texi: Avoid @strong{Note:}. | Ulrich Drepper | 2008-08-02 | 1 | -1/+1 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -4/+4 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -4/+4 |
* | [BZ #3483] | Ulrich Drepper | 2006-11-10 | 1 | -4/+4 |
* | [BZ #315] | Roland McGrath | 2006-02-22 | 1 | -2/+5 |
* | [BZ #1261] | Roland McGrath | 2005-09-13 | 1 | -2/+2 |
* | * manual/memory.texi (sbrk): Fix definition. | Roland McGrath | 2005-01-26 | 1 | -1/+1 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -8/+5 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -5/+8 |