summaryrefslogtreecommitdiff
path: root/malloc/malloc.c
AgeCommit message (Expand)Author
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva
2013-09-20Add probes for malloc retries.Alexandre Oliva
2013-09-20Add probes for malloc arena changes.Alexandre Oliva
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva
2013-09-20Add first set of memory probes.Alexandre Oliva
2013-09-11malloc: Check for integer overflow in memalign.Will Newton
2013-09-11malloc: Check for integer overflow in valloc.Will Newton
2013-09-11malloc: Check for integer overflow in pvalloc.Will Newton
2013-08-29Fix typos.Ondřej Bílka
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-03-08Remove __malloc_ptr_t.Joseph Myers
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano
2013-01-07Clean up __MALLOC_* macros.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-04Name space hygeine for madvise.Roland McGrath
2012-10-02Clarify memory allocation error diagnostics to avoid confusionDmitry V. Levin
2012-09-07Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar
2012-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
2012-08-17Make malloc build for no-threads configurations.Roland McGrath
2012-08-10Fix whitespace problems detected by commit hooks.Jeff Law
2012-08-10 [BZ #13939]Jeff Law
2012-05-24Make free chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu
2012-05-24Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZH.J. Lu
2012-05-21Fix last changeAndreas Jaeger
2012-05-21Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Cleanups of mallocUlrich Drepper
2012-01-17More minor malloc cleanupsUlrich Drepper
2012-01-16Minor cleanups of malloc codeUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-01Implement aligned_allocUlrich Drepper
2011-10-29Avoid assertion in processes with VM in bad shapeUlrich Drepper
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper
2011-09-10Simplify malloc initializationUlrich Drepper
2011-09-10Simplify malloc codeUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-04-22Remove doubled words.Jim Meyering
2010-12-25Use fastbin macro everywhere.Ulrich Drepper
2010-10-24Fix perturbing in malloc on free.Ulrich Drepper
2010-08-16Replace divide and multiply with mask in sYSTRImAnton Blanchard
2010-05-06Fix race in free sanity check.Ulrich Drepper
2010-04-14Remove unintended change.Ulrich Drepper
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu
2010-04-08Fix possibly uninitilized variable handling.Ulrich Drepper
2010-04-03One more sanity check in free.Ulrich Drepper
2010-04-03Fix set_max_fast in malloc.Ulrich Drepper