about summary refs log tree commit diff
path: root/malloc/arena.c
Commit message (Expand)AuthorAgeFilesLines
* * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-071-1/+1
* * malloc/arena.c (grow_heap): Split out code to shrink heap into...Ulrich Drepper2007-12-121-33/+47
* * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper2007-10-281-0/+4
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-211-3/+0
* [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper2007-05-131-0/+3
* * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek2007-05-071-8/+29
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-33/+12
* .Jakub Jelinek2007-07-311-12/+33
* USE_TLS support is now default.Ulrich Drepper2006-10-271-4/+4
* [BZ #2775]Ulrich Drepper2006-09-071-1/+1
* platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper2006-08-221-1/+1
* * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper2006-08-221-1/+5
* * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init cvs/fedora-glibc-20060424T2027Ulrich Drepper2006-04-241-2/+2
* * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. cvs/fedora-glibc-20060306T0720Roland McGrath2006-03-061-2/+11
* ..Ulrich Drepper2005-11-211-2/+0
* * include/malloc.h: Remove _int_new_arena prototype.Ulrich Drepper2005-10-121-42/+42
* * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr.Ulrich Drepper2005-10-101-1/+2
* [BZ #838]Ulrich Drepper2005-09-271-1/+20
* (ptmalloc_init): Recognize MALLOC_PERTURB_ and call mallopt appropriately.Ulrich Drepper2005-03-081-2/+9
* 2005-03-01 Alfred M. Szmidt <ams@gnu.org>Roland McGrath2005-03-011-3/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-119/+60
* 2.5-18.1Jakub Jelinek2007-07-121-60/+119
* Update.Ulrich Drepper2004-12-101-13/+20
* Update. cvs/fedora-glibc-20041018T2320Ulrich Drepper2004-10-181-2/+9
* [BZ #77]Ulrich Drepper2004-10-141-0/+17
* Update.Ulrich Drepper2004-10-041-15/+47
* Update.Ulrich Drepper2004-09-281-1/+2
* Update.Ulrich Drepper2004-09-081-13/+12
* Update.Ulrich Drepper2003-07-011-1/+2
* * malloc/arena.c (ptmalloc_init): Don't call next_env_entry ifRoland McGrath2002-12-271-43/+44
* (ptmalloc_unlock_all2): Don't add (void) to mutex_init calls. (arena_get2): D...Ulrich Drepper2002-12-121-8/+4
* * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.Roland McGrath2002-12-061-7/+74
* 2002-11-18 Wolfram Gloger <wg@malloc.de>Roland McGrath2002-11-201-3/+9
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-4/+4
* Update.Ulrich Drepper2002-01-291-0/+746