summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
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
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva
2013-09-20Add probes for malloc retries.Alexandre Oliva
2013-09-20Add probes for malloc arena changes.Alexandre Oliva
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva
2013-09-20Add first set of memory probes.Alexandre Oliva
2013-09-11malloc: Check for integer overflow in memalign.Will Newton
2013-09-11malloc: Check for integer overflow in valloc.Will Newton
2013-09-11malloc: Check for integer overflow in pvalloc.Will Newton
2013-09-09malloc: Add realloc test.Will Newton
2013-08-29Fix typos.Ondřej Bílka
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-15Move _obstack_compat out of commonPeter Collingbourne
2013-03-18BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath
2013-03-08Remove __malloc_ptr_t.Joseph Myers
2013-03-08Use ISO C prototype for __default_morecore.Joseph Myers
2013-03-08Remove __malloc_ptrdiff_t.Joseph Myers
2013-03-08Remove __malloc_size_t.Joseph Myers
2013-02-26Fix FPE in memusagestat when malloc utilization is zeroSiddhesh Poyarekar
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano