aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2-15/+3
2016-05-13tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer1-1/+7
2016-05-13malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2-109/+96
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2-1/+214
2016-05-04malloc: Adjust header file guard in malloc-internal.hFlorian Weimer1-3/+3
2016-04-14malloc: Add missing internal_function attributes on function definitionsFlorian Weimer1-0/+3
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer2-119/+8
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer5-42/+272
2016-04-07scratch_buffer_set_array_size: Include <limits.h>Florian Weimer1-0/+1
2016-03-22Fix malloc threaded tests link on non-LinuxSamuel Thibault1-6/+3
2016-03-11Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho1-1/+1
2016-02-19malloc: Remove NO_THREADSFlorian Weimer2-5/+0
2016-02-19malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer3-8/+4
2016-02-19malloc: Remove arena_mem variableFlorian Weimer2-8/+0
2016-02-19tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer1-14/+15
2016-01-07Make shebang interpreter directives consistentMarko Myllynen1-1/+1
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers38-38/+38
2015-12-29malloc: Test various special cases related to allocation failuresFlorian Weimer2-1/+446
2015-12-23malloc: Update comment for list_lockFlorian Weimer1-3/+4
2015-12-21malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2-18/+54
2015-12-16malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer3-5/+228
2015-11-24malloc: remove redundant getenv callGleb Fotengauer-Malinovskiy1-2/+3
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2-2/+2
2015-11-03Don't macro-expand failed assertion expression [BZ #18604]David Kastrup1-1/+1
2015-10-28malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2-7/+74
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-4/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-1/+1
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer1-29/+19
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-4/+2
2015-10-07malloc: Consistently apply trim_threshold to all heaps (Bug 17195)Carlos O'Donell1-2/+8
2015-09-14Use ALIGN_DOWN in systrim.Carlos O'Donell1-3/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-09-01Filter out NULL entries.Paul Pluzhnikov1-1/+1
2015-08-24Don't use the main arena in retry path if it is corruptSiddhesh Poyarekar1-0/+4
2015-08-24Drop unused first argument from arena_get2Siddhesh Poyarekar1-5/+3
2015-06-26malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman1-1/+1
2015-06-05Avoid outputting to TTY after an expected memory corruption in testcaseTulio Magno Quites Machado Filho1-5/+10
2015-05-19Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-24/+38
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar5-76/+187
2015-04-09scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer1-2/+2
2015-04-07scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer1-0/+1
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer6-2/+337
2015-04-02malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman1-3/+10
2015-02-18Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar1-2/+1
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell2-24/+26
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers3-3/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers31-31/+31
2014-12-17Remove explicit inline on malloc perturb functions.Roland McGrath1-2/+2
2014-12-11Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-44/+35