about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-076-2/+337
* malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman2015-04-021-3/+10
* Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar2015-02-181-2/+1
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-172-24/+26
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-023-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0231-31/+31
* Remove explicit inline on malloc perturb functions.Roland McGrath2014-12-171-2/+2
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-111-44/+35
* 2014-12-11 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-111-1/+1
* Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke2014-12-011-35/+44
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-2/+0
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+5
* Fix malloc_info namespace (bug 17570).Joseph Myers2014-11-121-1/+2