aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-112014-12-11 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-1/+1
2014-12-01Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke1-35/+44
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-2/+0
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-0/+5
2014-11-12Fix malloc_info namespace (bug 17570).Joseph Myers1-1/+2
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar6-12/+30
2014-09-11malloc: additional unlink hardening for non-small bins [BZ #17344]Florian Weimer1-2/+4
2014-08-12malloc: fix comment typoSean Anderson1-1/+1
2014-07-02malloc/obstack: Merge from gnulibWill Newton2-148/+143
2014-06-19malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton1-0/+3
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2-4/+8
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar1-1/+1
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar1-10/+10
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar1-0/+2
2014-05-30Remove mi_arena nested function.Ondřej Bílka1-121/+117
2014-05-30revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka1-135/+125
2014-05-26Remove nested function mi_arena from malloc_info.Carlos O'Donell1-125/+135
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-1/+1
2014-05-12malloc: Add mallopt test.Will Newton2-1/+76
2014-04-11malloc: Fix MALLOC_DEBUG -Wundef warningWill Newton1-1/+5
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+8
2014-03-03Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.Carlos O'Donell1-6/+109
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-3/+1
2014-02-26Simplify calloc implementation.Ondřej Bílka1-109/+6
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-1/+2
2014-02-11malloc/mtrace.c: Cosmetic cleanup.Will Newton1-31/+10
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka3-23/+23
2014-02-10Remove THREAD_STATS.Ondřej Bílka2-60/+0
2014-01-05Fix gettext call formattingAllan McRae1-1/+1
2014-01-02Reformat malloc to gnu style.Ondřej Bílka17-3754/+4004
2014-01-01Update remaining copyright datesAllan McRae3-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae30-30/+30
2013-12-24Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov1-8/+12
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka2-19/+6
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka4-96/+0
2013-12-09Simplify perturb_byte logic.Ondřej Bílka1-21/+24
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka3-17/+10
2013-12-06Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva1-33/+35
2013-11-28Make memset in calloc a tail call.Ondřej Bílka1-2/+2
2013-11-21Add missing #include for malloc/hooks.c code.Roland McGrath1-2/+3
2013-11-21Use __glibc_block in public headers.Meador Inge1-1/+1
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka2-109/+33
2013-11-01Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka1-16/+4
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton4-0/+41
2013-10-30Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka1-12/+11
2013-10-30rename configure.in to configure.acMike Frysinger1-1/+1
2013-10-18Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka1-9/+0