summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-29malloc: Test various special cases related to allocation failuresFlorian Weimer
2015-12-23malloc: Update comment for list_lockFlorian Weimer
2015-12-21malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer
2015-12-16malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer
2015-11-24malloc: remove redundant getenv callGleb Fotengauer-Malinovskiy
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer
2015-11-03Don't macro-expand failed assertion expression [BZ #18604]David Kastrup
2015-10-28malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-07malloc: Consistently apply trim_threshold to all heaps (Bug 17195)Carlos O'Donell
2015-09-14Use ALIGN_DOWN in systrim.Carlos O'Donell
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-01Filter out NULL entries.Paul Pluzhnikov
2015-08-24Don't use the main arena in retry path if it is corruptSiddhesh Poyarekar
2015-08-24Drop unused first argument from arena_get2Siddhesh Poyarekar
2015-06-26malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman
2015-06-05Avoid outputting to TTY after an expected memory corruption in testcaseTulio Magno Quites Machado Filho
2015-05-19Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar
2015-04-09scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer
2015-04-07scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer
2015-04-02malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman
2015-02-18Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-17Remove explicit inline on malloc perturb functions.Roland McGrath
2014-12-11Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2014-12-112014-12-11 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2014-12-01Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-12Fix malloc_info namespace (bug 17570).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-09-11malloc: additional unlink hardening for non-small bins [BZ #17344]Florian Weimer
2014-08-12malloc: fix comment typoSean Anderson
2014-07-02malloc/obstack: Merge from gnulibWill Newton
2014-06-19malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar
2014-05-30Remove mi_arena nested function.Ondřej Bílka