summaryrefslogtreecommitdiff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify calloc implementation.Ondřej Bílka2014-02-261-109/+6
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* malloc/mtrace.c: Cosmetic cleanup.Will Newton2014-02-111-31/+10
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-103-23/+23
* Remove THREAD_STATS.Ondřej Bílka2014-02-102-60/+0
* Fix gettext call formattingAllan McRae2014-01-051-1/+1
* Reformat malloc to gnu style.Ondřej Bílka2014-01-0217-3754/+4004
* Update remaining copyright datesAllan McRae2014-01-013-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0130-30/+30
* Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov2013-12-241-8/+12
* Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2013-12-102-19/+6
* Drop PER_THREAD conditionals from malloc.Ondřej Bílka2013-12-104-96/+0
* Simplify perturb_byte logic.Ondřej Bílka2013-12-091-21/+24
* Replace malloc force_reg by atomic_forced_read.Ondřej Bílka2013-12-093-17/+10
* Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva2013-12-061-33/+35
* Make memset in calloc a tail call.Ondřej Bílka2013-11-281-2/+2
* Add missing #include for malloc/hooks.c code.Roland McGrath2013-11-211-2/+3
* Use __glibc_block in public headers.Meador Inge2013-11-211-1/+1
* Consolidate valloc/pvalloc code.Ondřej Bílka2013-11-202-109/+33
* Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka2013-11-011-16/+4
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-304-0/+41
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-301-12/+11