about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* * malloc/malloc.c (malloc_info): Output address space information.Ulrich Drepper2009-04-181-3/+29
* * malloc/malloc.c (malloc_info): Also output system memory information.Ulrich Drepper2009-04-181-2/+17
* (top_check): Force hook value into register.Ulrich Drepper2009-04-171-1/+1
* [BZ #9957]Ulrich Drepper2009-04-163-26/+41
* * malloc/malloc.c (malloc_info): New function. cvs/fedora-glibc-20090409T1422Ulrich Drepper2009-04-093-0/+153
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-082-19/+40
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-135-56/+431
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+2
* (_int_realloc): Likewise. Third argument is now padded sizeUlrich Drepper2009-02-072-13/+12
* * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-073-57/+50
* * malloc/malloc.c: Add branch prediction for use of the hooks.Ulrich Drepper2009-02-071-11/+11
* * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-062-3/+25
* * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.Ulrich Drepper2009-02-061-1/+1
* * malloc/memusage.c (update_data): Fix handling of wrapping backUlrich Drepper2009-02-061-3/+5
* * malloc/malloc.c (sYSMALLOc): Don't use assert when detectingUlrich Drepper2009-01-301-2/+2
* * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-022-4/+4
* * malloc/malloc.c (public_rEALLOc): When new arena is used, copyUlrich Drepper2008-11-031-1/+1
* (public_vALLOc): Try other arenas in case _int_valloc fails. (public_pVALLOc)...Ulrich Drepper2008-09-121-6/+51
* * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. DropUlrich Drepper2008-07-261-8/+10
* (__malloc_check_init): Remove printf.Ulrich Drepper2008-07-151-3/+1
* * 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