about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* [BZ #4792]Ulrich Drepper2007-07-191-2/+6
* * elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath2007-07-161-2/+3
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-214-42/+17
* * malloc/malloc.c (do_check_chunk): Correct check for mmaped blockUlrich Drepper2007-05-192-2/+2
* * malloc/mcheck.c (reallochook): If size==0, free the block.Ulrich Drepper2007-05-191-1/+7
* * malloc/malloc.c: Use all small bin slots on 64-bit archs.Ulrich Drepper2007-05-151-4/+19
* * malloc/malloc.c (largebin_index): Really have 32 buckets with 64 sizes.Ulrich Drepper2007-05-141-1/+1
* [MALLOC_DEBUG]: Keep track of current maximum number of mmaps. n_mmaps_max is...Ulrich Drepper2007-05-133-4/+39
* * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek2007-05-072-8/+30
* [BZ #4349]Ulrich Drepper2007-04-301-25/+110
* [BZ #3348]Ulrich Drepper2007-02-171-9/+11
* * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.Ulrich Drepper2007-01-251-16/+10
* * stdio-common/_itowa.c: Don't compile _itowa for 64-bitUlrich Drepper2007-01-221-10/+16
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-117-126/+159
* .Jakub Jelinek2007-07-317-159/+126
* * posix/getconf.c: Update copyright year.Ulrich Drepper2007-01-032-4/+4
* * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignmentUlrich Drepper2006-12-241-4/+18
* * malloc/memusage.c: Handle realloc with new size of zero andUlrich Drepper2006-12-082-8/+34
* [BZ #3465]Ulrich Drepper2006-11-102-3/+3
* * malloc/memusage.c (dest): Reset not_me back to false afterUlrich Drepper2006-11-031-0/+6
* USE_TLS support is now default.Ulrich Drepper2006-10-273-7/+7
* [BZ #3313]Ulrich Drepper2006-10-181-1/+1
* [BZ #3313]Ulrich Drepper2006-10-131-0/+8
* * malloc/malloc.c (do_check_malloc_state): Only require for emptyUlrich Drepper2006-10-131-1/+12
* * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.Ulrich Drepper2006-10-111-3/+0
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-58/+58
* [BZ #2775]Ulrich Drepper2006-09-072-2/+3
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add cvs/fedora-glibc-20060831T1812Ulrich Drepper2006-08-311-2/+8
* [BZ #2684]Ulrich Drepper2006-08-281-0/+23
* * malloc/malloc.c (bin_at): Rewrite to be more clear and to notUlrich Drepper2006-08-271-5/+14
* * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAPUlrich Drepper2006-08-242-2/+14
* platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper2006-08-222-5/+5
* * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper2006-08-222-2/+19
* [BZ #3040]Ulrich Drepper2006-08-211-6/+6
* * malloc/malloc.c (_int_malloc): Limit number of unsorted blocksUlrich Drepper2006-08-191-0/+8
* * malloc/memusagestat.c: Silence warnings. cvs/fedora-glibc-20060810T0627Ulrich Drepper2006-08-091-11/+14
* * malloc/malloc.c: Dynamically size mmap treshold if the programUlrich Drepper2006-08-091-1/+81
* * malloc/memusage.sh (memusageso): Add quotes.Ulrich Drepper2006-05-192-4/+7
* * malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init cvs/fedora-glibc-20060424T2027Ulrich Drepper2006-04-241-2/+2
* * sysdeps/mach/hurd/faccessat.c: New file.Roland McGrath2006-03-061-1/+2
* * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. cvs/fedora-glibc-20060306T0720Roland McGrath2006-03-062-3/+19
* (MALLOC_ALIGNMENT): Set to __alignof__ (long double) if long double is more a...Ulrich Drepper2006-03-021-6/+12
* [BZ #321]Roland McGrath2006-01-112-66/+105
* Update copyright year.Ulrich Drepper2006-01-012-4/+4
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+54
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-071-13/+11
* * malloc/tst-mallocfork.c (do_test): Make sure sa_flags isRoland McGrath2005-12-061-2/+1
* ..Ulrich Drepper2005-11-213-5/+0
* * malloc/malloc.c (munmap_chunk): Suppress warnings from last change.Roland McGrath2005-11-071-1/+1
* * malloc/malloc.c (munmap_chunk): Add sanity checks.Ulrich Drepper2005-11-061-4/+16