aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Name space hygeine for madvise.Roland McGrath1-1/+1
2012-10-02Clarify memory allocation error diagnostics to avoid confusionDmitry V. Levin1-2/+1
2012-09-07Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar1-75/+11
2012-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva1-2/+2
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva1-2/+4
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar1-1/+4
2012-08-17Make malloc build for no-threads configurations.Roland McGrath1-1/+2
2012-08-10Fix whitespace problems detected by commit hooks.Jeff Law1-6/+6
2012-08-10 [BZ #13939]Jeff Law1-21/+32
2012-05-24Make free chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu1-4/+6
2012-05-24Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZH.J. Lu1-14/+64
2012-05-21Fix last changeAndreas Jaeger1-0/+2
2012-05-21Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath1-10/+14
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov1-19/+32
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-31Cleanups of mallocUlrich Drepper1-165/+110
2012-01-17More minor malloc cleanupsUlrich Drepper1-24/+1
2012-01-16Minor cleanups of malloc codeUlrich Drepper1-52/+0
2012-01-07Remove pre-ISO C supportUlrich Drepper1-9/+9
2012-01-01Implement aligned_allocUlrich Drepper1-0/+2
2011-10-29Avoid assertion in processes with VM in bad shapeUlrich Drepper1-4/+4
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper1-19/+4
2011-09-10Simplify malloc initializationUlrich Drepper1-38/+31
2011-09-10Simplify malloc codeUlrich Drepper1-1447/+203
2011-09-10Remove support for !USE___THREADUlrich Drepper1-13/+1
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2010-12-25Use fastbin macro everywhere.Ulrich Drepper1-1/+1
2010-10-24Fix perturbing in malloc on free.Ulrich Drepper1-2/+2
2010-08-16Replace divide and multiply with mask in sYSTRImAnton Blanchard1-1/+1
2010-05-06Fix race in free sanity check.Ulrich Drepper1-6/+9
2010-04-14Remove unintended change.Ulrich Drepper1-4/+0
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu1-0/+4
2010-04-08Fix possibly uninitilized variable handling.Ulrich Drepper1-0/+1
2010-04-03One more sanity check in free.Ulrich Drepper1-1/+14
2010-04-03Fix set_max_fast in malloc.Ulrich Drepper1-1/+2
2010-03-26Remove stale reference to websiteUlrich Drepper1-2/+1
2010-03-26Remove unwanted malloc changes, again.Ulrich Drepper1-14/+1
2010-03-25Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper1-1/+14
2010-02-24Fix typos I added in malloc.cUlrich Drepper1-2/+2
2010-02-24Fix assertion in palloc and pvalloc as well.Petr Baudis1-7/+9
2010-02-10Undo unintended maloc change.Ulrich Drepper1-15/+2
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab1-2/+15
2010-01-14Fix malloc_info without prioor allocations.Ulrich Drepper1-17/+24
2009-10-29Fix typos in format strings of malloc_info.John Sullivan1-2/+2
2009-08-31Add local assert function to avoid problems with memory allocation inUlrich Drepper1-439/+461
2009-07-16Fix race in corruption check.Ulrich Drepper1-2/+23
2009-07-16Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek1-2/+1
2009-07-02Fix possible race when freeing object in fast bin list.Ulrich Drepper1-0/+1
2009-06-18Add some more tests to malloc to detect corruptions.Ulrich Drepper1-2/+27