summaryrefslogtreecommitdiff
path: root/malloc/arena.c
AgeCommit message (Expand)Author
2007-12-12* malloc/arena.c (grow_heap): Split out code to shrink heap into...Ulrich Drepper
2007-10-28* malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper
2007-05-21* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper
2007-05-13[MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper
2007-05-07* malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek
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-10-27USE_TLS support is now default.Ulrich Drepper
2006-09-07[BZ #2775]Ulrich Drepper
2006-08-22platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper
2006-08-22* malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper
2006-04-24* malloc/arena.c (ptmalloc_init): Don't call __malloc_check_initcvs/fedora-glibc-20060424T2027Ulrich Drepper
2006-03-06* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720Roland McGrath
2005-11-21..Ulrich Drepper
2005-10-12* include/malloc.h: Remove _int_new_arena prototype.Ulrich Drepper
2005-10-10* malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr.Ulrich Drepper
2005-09-27[BZ #838]Ulrich Drepper
2005-03-08(ptmalloc_init): Recognize MALLOC_PERTURB_ and call mallopt appropriately.Ulrich Drepper
2005-03-012005-03-01 Alfred M. Szmidt <ams@gnu.org>Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-12-10Update.Ulrich Drepper
2004-10-18Update.cvs/fedora-glibc-20041018T2320Ulrich Drepper
2004-10-14[BZ #77]Ulrich Drepper
2004-10-04Update.Ulrich Drepper
2004-09-28Update.Ulrich Drepper
2004-09-08Update.Ulrich Drepper
2003-07-01Update.Ulrich Drepper
2002-12-27* malloc/arena.c (ptmalloc_init): Don't call next_env_entry ifRoland McGrath
2002-12-12(ptmalloc_unlock_all2): Don't add (void) to mutex_init calls. (arena_get2): D...Ulrich Drepper
2002-12-06* sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath
2002-11-202002-11-18 Wolfram Gloger <wg@malloc.de>Roland McGrath
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-01-29Update.Ulrich Drepper