summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.Jakub Jelinek2008-04-071-1/+1
* [BZ #5736]Ulrich Drepper2008-03-041-1/+1
* * pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper2008-01-101-1/+2
* [BZ #5541]Ulrich Drepper2008-01-091-1/+2
* [BZ #5553]Ulrich Drepper2008-01-091-8/+11
* * posix/getconf.c: Update copyright year.Ulrich Drepper2008-01-022-4/+4
* * malloc/malloc.c (public_cALLOc): For arena other thanUlrich Drepper2007-12-171-0/+6
* * malloc/tst-trim1.c: New file.Ulrich Drepper2007-12-162-2/+58
* * malloc/malloc.c (public_mTRIm): Iterate over all arenas and callUlrich Drepper2007-12-161-16/+63
* * malloc/arena.c (grow_heap): Split out code to shrink heap into...Ulrich Drepper2007-12-121-33/+47
* * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in thisUlrich Drepper2007-12-111-2/+2
* * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.Ulrich Drepper2007-10-281-0/+4
* [BZ #4941]Ulrich Drepper2007-10-021-0/+4
* [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