about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race in corruption check.Ulrich Drepper2009-07-161-2/+23
* Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek2009-07-161-2/+1
* Fix possible race when freeing object in fast bin list.Ulrich Drepper2009-07-021-0/+1
* Add some more tests to malloc to detect corruptions.Ulrich Drepper2009-06-181-2/+27
* * 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
* [BZ #9957]Ulrich Drepper2009-04-161-18/+31
* * malloc/malloc.c (malloc_info): New function. cvs/fedora-glibc-20090409T1422Ulrich Drepper2009-04-091-0/+146
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-16/+17
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-33/+227
* (_int_realloc): Likewise. Third argument is now padded sizeUlrich Drepper2009-02-071-11/+7
* * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-071-48/+42
* * malloc/malloc.c: Add branch prediction for use of the hooks.Ulrich Drepper2009-02-071-11/+11
* * malloc/malloc.c (sYSMALLOc): Don't use assert when detectingUlrich Drepper2009-01-301-2/+2
* * 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
* [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
* * malloc/malloc.c (public_cALLOc): For arena other thanUlrich Drepper2007-12-171-0/+6
* * malloc/malloc.c (public_mTRIm): Iterate over all arenas and callUlrich Drepper2007-12-161-16/+63
* * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in thisUlrich Drepper2007-12-111-2/+2
* [BZ #4941]Ulrich Drepper2007-10-021-0/+4
* * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper2007-05-211-26/+2
* * malloc/malloc.c (do_check_chunk): Correct check for mmaped blockUlrich Drepper2007-05-191-1/+1
* * 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-131-3/+26
* [BZ #4349]Ulrich Drepper2007-04-301-25/+110
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-9/+39
* .Jakub Jelinek2007-07-311-39/+9
* * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignmentUlrich Drepper2006-12-241-4/+18
* USE_TLS support is now default.Ulrich Drepper2006-10-271-1/+1
* [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
* [BZ #2775]Ulrich Drepper2006-09-071-1/+2
* * 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-241-1/+3
* platforms define as 512K. For 64-bit platforms as 32MB. The lowerUlrich Drepper2006-08-221-4/+4
* * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bitUlrich Drepper2006-08-221-1/+14
* [BZ #3040]Ulrich Drepper2006-08-211-6/+6
* * malloc/malloc.c (_int_malloc): Limit number of unsorted blocksUlrich Drepper2006-08-191-0/+8
* * malloc/malloc.c: Dynamically size mmap treshold if the programUlrich Drepper2006-08-091-1/+81
* * 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-061-1/+8