Age | Commit message (Expand) | Author | Files | Lines |
2013-09-20 | Add malloc probes for sbrk and heap resizing. | Alexandre Oliva | 1 | -0/+4 |
2013-09-20 | Add catch-all alloc retry probe. | Alexandre Oliva | 1 | -0/+1 |
2013-09-20 | Add probes for malloc arena changes. | Alexandre Oliva | 1 | -0/+5 |
2013-09-20 | Add first set of memory probes. | Alexandre Oliva | 1 | -0/+1 |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers | 1 | -5/+3 |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano | 1 | -3/+0 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-10-04 | Name space hygeine for madvise. | Roland McGrath | 1 | -1/+1 |
2012-09-25 | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | 1 | -3/+6 |
2012-09-24 | Properly handle fencepost with MALLOC_ALIGN_MASK | H.J. Lu | 1 | -3/+7 |
2012-09-07 | Cleanup code duplication in malloc on fallback to use another arena | Siddhesh Poyarekar | 1 | -0/+21 |
2012-09-05 | * malloc/arena.c: Fold copyright years. | Alexandre Oliva | 1 | -2/+1 |
2012-08-17 | Make malloc build for no-threads configurations. | Roland McGrath | 1 | -4/+8 |
2012-08-10 | Fix whitespace problems detected by commit hooks. | Jeff Law | 1 | -1/+1 |
2012-08-10 | [BZ #13939] | Jeff Law | 1 | -6/+13 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-31 | Cleanups of malloc | Ulrich Drepper | 1 | -24/+23 |
2012-01-31 | Handle ARENA_TEST correctly | Ulrich Drepper | 1 | -2/+9 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -3/+3 |
2011-11-14 | Don't call reused_arena when _int_new_arena failed | Andreas Schwab | 1 | -5/+5 |
2011-11-10 | Check malloc arana limit atomically | Andreas Schwab | 1 | -30/+35 |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 1 | -38/+10 |
2011-09-10 | Simplify malloc code | Ulrich Drepper | 1 | -128/+21 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 1 | -40/+1 |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 1 | -33/+1 |
2010-08-16 | Replace divide and multiply with mask in sYSTRIm | Anton Blanchard | 1 | -5/+5 |
2009-04-16 | [BZ #9957] | Ulrich Drepper | 1 | -2/+3 |
2009-03-13 | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 1 | -16/+187 |
2009-02-07 | * malloc/malloc.c (_int_free): Second argument is now mchunkptr. | Ulrich Drepper | 1 | -1/+1 |
2007-12-12 | * malloc/arena.c (grow_heap): Split out code to shrink heap into... | Ulrich Drepper | 1 | -33/+47 |
2007-10-28 | * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined. | Ulrich Drepper | 1 | -0/+4 |
2007-05-21 | * malloc/hooks.c (MALLOC_STATE_VERSION): Bump. | Ulrich Drepper | 1 | -3/+0 |
2007-05-13 | [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is... | Ulrich Drepper | 1 | -0/+3 |
2007-05-07 | * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. | Jakub Jelinek | 1 | -8/+29 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -33/+12 |
2007-07-31 | . | Jakub Jelinek | 1 | -12/+33 |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper | 1 | -4/+4 |
2006-09-07 | [BZ #2775] | Ulrich Drepper | 1 | -1/+1 |
2006-08-22 | platforms define as 512K. For 64-bit platforms as 32MB. The lower | Ulrich Drepper | 1 | -1/+1 |
2006-08-22 | * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit | Ulrich Drepper | 1 | -1/+5 |
2006-04-24 | * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_initcvs/fedora-glibc-20060424T2027 | Ulrich Drepper | 1 | -2/+2 |
2006-03-06 | * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720 | Roland McGrath | 1 | -2/+11 |
2005-11-21 | .. | Ulrich Drepper | 1 | -2/+0 |
2005-10-12 | * include/malloc.h: Remove _int_new_arena prototype. | Ulrich Drepper | 1 | -42/+42 |
2005-10-10 | * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr. | Ulrich Drepper | 1 | -1/+2 |
2005-09-27 | [BZ #838] | Ulrich Drepper | 1 | -1/+20 |
2005-03-08 | (ptmalloc_init): Recognize MALLOC_PERTURB_ and call mallopt appropriately. | Ulrich Drepper | 1 | -2/+9 |
2005-03-01 | 2005-03-01 Alfred M. Szmidt <ams@gnu.org> | Roland McGrath | 1 | -3/+3 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -119/+60 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -60/+119 |