summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2014-08-12malloc: fix comment typoSean Anderson
2014-07-02malloc/obstack: Merge from gnulibWill Newton
2014-06-19malloc/malloc.c: Avoid calling sbrk unnecessarily with zeroWill Newton
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar
2014-05-30Remove mi_arena nested function.Ondřej Bílka
2014-05-30revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka
2014-05-26Remove nested function mi_arena from malloc_info.Carlos O'Donell
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-05-12malloc: Add mallopt test.Will Newton
2014-04-11malloc: Fix MALLOC_DEBUG -Wundef warningWill Newton
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-03-03Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.Carlos O'Donell
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-26Simplify calloc implementation.Ondřej Bílka
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-11malloc/mtrace.c: Cosmetic cleanup.Will Newton
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-10Remove THREAD_STATS.Ondřej Bílka
2014-01-05Fix gettext call formattingAllan McRae
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update remaining copyright datesAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-24Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov
2013-12-10Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.Ondřej Bílka
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka
2013-12-09Simplify perturb_byte logic.Ondřej Bílka
2013-12-09Replace malloc force_reg by atomic_forced_read.Ondřej Bílka
2013-12-06Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva
2013-11-28Make memset in calloc a tail call.Ondřej Bílka
2013-11-21Add missing #include for malloc/hooks.c code.Roland McGrath
2013-11-21Use __glibc_block in public headers.Meador Inge
2013-11-20Consolidate valloc/pvalloc code.Ondřej Bílka
2013-11-01Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka
2013-10-30malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton
2013-10-30Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-18Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka
2013-10-10malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton
2013-10-04malloc/tst-valloc.c: Tidy up code.Will Newton
2013-10-04malloc/tst-pvalloc.c: Tidy up code.Will Newton
2013-10-04malloc/tst-posix_memalign.c: Tidy up code.Will Newton
2013-10-04malloc: Add memalign test.Will Newton
2013-10-02malloc: Add pvalloc test.Will Newton
2013-10-02malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.Will Newton
2013-10-02malloc: Add posix_memalign test.Will Newton
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva