about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2016-08-041-5/+36
* Bump up tst-malloc-thread-fail timeout from 20 to 30sChris Metcalf2016-07-051-1/+1
* test-skeleton.c: Add write_message functionFlorian Weimer2016-06-231-11/+3
* malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2016-06-211-6/+4
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-205-23/+6
* malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer2016-06-111-1/+6
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-106-8/+60
* malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer2016-06-081-4/+8
* malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer2016-05-242-15/+3
* tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer2016-05-131-1/+7
* malloc: Rewrite dumped heap for compatibility in __malloc_set_stateFlorian Weimer2016-05-132-109/+96
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-122-1/+214
* malloc: Adjust header file guard in malloc-internal.hFlorian Weimer2016-05-041-3/+3
* malloc: Add missing internal_function attributes on function definitionsFlorian Weimer2016-04-141-0/+3
* malloc: Remove malloc hooks from fork handlerFlorian Weimer2016-04-142-119/+8
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-145-42/+272
* scratch_buffer_set_array_size: Include <limits.h>Florian Weimer2016-04-071-0/+1
* Fix malloc threaded tests link on non-LinuxSamuel Thibault2016-03-221-6/+3
* Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho2016-03-111-1/+1
* malloc: Remove NO_THREADSFlorian Weimer2016-02-192-5/+0
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-193-8/+4
* malloc: Remove arena_mem variableFlorian Weimer2016-02-192-8/+0
* tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer2016-02-191-14/+15
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-043-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0438-38/+38
* malloc: Test various special cases related to allocation failuresFlorian Weimer2015-12-292-1/+446
* malloc: Update comment for list_lockFlorian Weimer2015-12-231-3/+4
* malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2015-12-212-18/+54
* malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer2015-12-163-5/+228
* malloc: remove redundant getenv callGleb Fotengauer-Malinovskiy2015-11-241-2/+3
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-242-2/+2
* Don't macro-expand failed assertion expression [BZ #18604]David Kastrup2015-11-031-1/+1
* malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2015-10-282-7/+74
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-4/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-1/+1
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-29/+19
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-4/+2
* malloc: Consistently apply trim_threshold to all heaps (Bug 17195)Carlos O'Donell2015-10-071-2/+8
* Use ALIGN_DOWN in systrim.Carlos O'Donell2015-09-141-3/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Filter out NULL entries.Paul Pluzhnikov2015-09-011-1/+1
* Don't use the main arena in retry path if it is corruptSiddhesh Poyarekar2015-08-241-0/+4
* Drop unused first argument from arena_get2Siddhesh Poyarekar2015-08-241-5/+3
* malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman2015-06-261-1/+1
* Avoid outputting to TTY after an expected memory corruption in testcaseTulio Magno Quites Machado Filho2015-06-051-5/+10
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2015-05-191-24/+38
* Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar2015-05-195-76/+187
* scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer2015-04-091-2/+2
* scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer2015-04-071-0/+1