about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-056-12/+30
* malloc: additional unlink hardening for non-small bins [BZ #17344]Florian Weimer2014-09-111-2/+4
* malloc: fix comment typoSean Anderson2014-08-121-1/+1
* malloc/obstack: Merge from gnulibWill Newton2014-07-022-148/+143
* malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton2014-06-191-0/+3
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-062-4/+8
* Fix format specifier for n_mmapsSiddhesh Poyarekar2014-06-021-1/+1
* Fix formatting in malloc_infoSiddhesh Poyarekar2014-05-301-10/+10
* Add mmap usage in malloc_info outputSiddhesh Poyarekar2014-05-301-0/+2
* Remove mi_arena nested function.Ondřej Bílka2014-05-301-121/+117
* revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka2014-05-301-135/+125
* Remove nested function mi_arena from malloc_info.Carlos O'Donell2014-05-261-125/+135
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-1/+1
* malloc: Add mallopt test.Will Newton2014-05-122-1/+76
* malloc: Fix MALLOC_DEBUG -Wundef warningWill Newton2014-04-111-1/+5
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-1/+8
* Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.Carlos O'Donell2014-03-031-6/+109
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-3/+1