about summary refs log tree commit diff
path: root/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (MALLOC_ALIGNMENT): Set to __alignof__ (long double) if long double is more a...Ulrich Drepper2006-03-021-6/+12
* ..Ulrich Drepper2005-11-211-1/+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
* * malloc/malloc.c (_int_free): Fail if block size is obviously wrong.Ulrich Drepper2005-10-131-0/+6
* Correctly implement M_MXFAST.Ulrich Drepper2005-10-121-24/+27
* [BZ #786]Ulrich Drepper2005-09-271-1/+1
* * malloc/malloc.c (struct malloc_chunk): Fix comment typo.Ulrich Drepper2005-09-121-3/+7
* * malloc/malloc.c (public_cALLOc): We cannot skip the memoryUlrich Drepper2005-03-201-3/+3
* [BZ #779]Ulrich Drepper2005-03-191-2/+13
* * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and callUlrich Drepper2005-03-081-15/+55
* * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memoryUlrich Drepper2005-02-211-3/+4
* Update.Ulrich Drepper2005-01-071-3/+5
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-304/+70