aboutsummaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-10malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton1-4/+7
2013-10-04malloc/tst-valloc.c: Tidy up code.Will Newton1-6/+14
2013-10-04malloc/tst-pvalloc.c: Tidy up code.Will Newton1-6/+14
2013-10-04malloc/tst-posix_memalign.c: Tidy up code.Will Newton1-4/+14
2013-10-04malloc: Add memalign test.Will Newton2-1/+100
2013-10-02malloc: Add pvalloc test.Will Newton2-1/+93
2013-10-02malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.Will Newton1-16/+84
2013-10-02malloc: Add posix_memalign test.Will Newton2-1/+99
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva2-1/+9
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva1-0/+1
2013-09-20Add probes for malloc retries.Alexandre Oliva1-0/+6
2013-09-20Add probes for malloc arena changes.Alexandre Oliva2-0/+6
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva1-5/+25
2013-09-20Add first set of memory probes.Alexandre Oliva2-0/+5
2013-09-11malloc: Check for integer overflow in memalign.Will Newton1-0/+7
2013-09-11malloc: Check for integer overflow in valloc.Will Newton1-0/+7
2013-09-11malloc: Check for integer overflow in pvalloc.Will Newton1-0/+7
2013-09-09malloc: Add realloc test.Will Newton2-1/+148
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers3-5/+5
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-13/+13
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2-0/+2