| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting in malloc_info | Siddhesh Poyarekar | 2014-05-30 | 1 | -10/+10 |
* | Add mmap usage in malloc_info output | Siddhesh Poyarekar | 2014-05-30 | 1 | -0/+2 |
* | Remove mi_arena nested function. | Ondřej Bílka | 2014-05-30 | 1 | -121/+117 |
* | revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab | Ondřej Bílka | 2014-05-30 | 1 | -135/+125 |
* | Remove nested function mi_arena from malloc_info. | Carlos O'Donell | 2014-05-26 | 1 | -125/+135 |
* | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 2014-05-16 | 1 | -1/+1 |
* | malloc: Add mallopt test. | Will Newton | 2014-05-12 | 2 | -1/+76 |
* | malloc: Fix MALLOC_DEBUG -Wundef warning | Will Newton | 2014-04-11 | 1 | -1/+5 |
* | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 2014-03-06 | 1 | -1/+8 |
* | Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0. | Carlos O'Donell | 2014-03-03 | 1 | -6/+109 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -1/+1 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -3/+1 |
* | Simplify calloc implementation. | Ondřej Bílka | 2014-02-26 | 1 | -109/+6 |
* | Generate .test-result files for tests with special rules. | Joseph Myers | 2014-02-21 | 1 | -1/+2 |
* | malloc/mtrace.c: Cosmetic cleanup. | Will Newton | 2014-02-11 | 1 | -31/+10 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 3 | -23/+23 |
* | Remove THREAD_STATS. | Ondřej Bílka | 2014-02-10 | 2 | -60/+0 |
* | Fix gettext call formatting | Allan McRae | 2014-01-05 | 1 | -1/+1 |
* | Reformat malloc to gnu style. | Ondřej Bílka | 2014-01-02 | 17 | -3754/+4004 |
* | Update remaining copyright dates | Allan McRae | 2014-01-01 | 3 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 30 | -30/+30 |
* | Fix race in free() of fastbin chunk: BZ #15073 | Maxim Kuvyrkov | 2013-12-24 | 1 | -8/+12 |
* | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 2013-12-10 | 2 | -19/+6 |
* | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 2013-12-10 | 4 | -96/+0 |
* | Simplify perturb_byte logic. | Ondřej Bílka | 2013-12-09 | 1 | -21/+24 |
* | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 2013-12-09 | 3 | -17/+10 |
* | Fix BZ #15089: malloc_trim always trim for large padding. | Fernando J. V. da Silva | 2013-12-06 | 1 | -33/+35 |
* | Make memset in calloc a tail call. | Ondřej Bílka | 2013-11-28 | 1 | -2/+2 |
* | Add missing #include for malloc/hooks.c code. | Roland McGrath | 2013-11-21 | 1 | -2/+3 |
* | Use __glibc_block in public headers. | Meador Inge | 2013-11-21 | 1 | -1/+1 |
* | Consolidate valloc/pvalloc code. | Ondřej Bílka | 2013-11-20 | 2 | -109/+33 |
* | Fix malloc_info statistic. Fixes bug 16112 | Ondřej Bílka | 2013-11-01 | 1 | -16/+4 |
* | malloc: Fix for infinite loop in memalign/posix_memalign. | Will Newton | 2013-10-30 | 4 | -0/+41 |
* | Use atomic operations to track memory. Fixes bug 11087 | Ondřej Bílka | 2013-10-30 | 1 | -12/+11 |
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 1 | -1/+1 |
* | Remove assert in malloc statistic. Fixes bug 12486. | Ondřej Bílka | 2013-10-18 | 1 | -9/+0 |
* | malloc/hooks.c: Correct check for overflow in memalign_check. | Will Newton | 2013-10-10 | 1 | -4/+7 |
* | malloc/tst-valloc.c: Tidy up code. | Will Newton | 2013-10-04 | 1 | -6/+14 |
* | malloc/tst-pvalloc.c: Tidy up code. | Will Newton | 2013-10-04 | 1 | -6/+14 |
* | malloc/tst-posix_memalign.c: Tidy up code. | Will Newton | 2013-10-04 | 1 | -4/+14 |
* | malloc: Add memalign test. | Will Newton | 2013-10-04 | 2 | -1/+100 |
* | malloc: Add pvalloc test. | Will Newton | 2013-10-02 | 2 | -1/+93 |
* | malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c. | Will Newton | 2013-10-02 | 1 | -16/+84 |
* | malloc: Add posix_memalign test. | Will Newton | 2013-10-02 | 2 | -1/+99 |
* | Add malloc probes for sbrk and heap resizing. | Alexandre Oliva | 2013-09-20 | 2 | -1/+9 |
* | Add catch-all alloc retry probe. | Alexandre Oliva | 2013-09-20 | 1 | -0/+1 |
* | Add probes for malloc retries. | Alexandre Oliva | 2013-09-20 | 1 | -0/+6 |
* | Add probes for malloc arena changes. | Alexandre Oliva | 2013-09-20 | 2 | -0/+6 |
* | Add probes for all changes to malloc options. | Alexandre Oliva | 2013-09-20 | 1 | -5/+25 |
* | Add first set of memory probes. | Alexandre Oliva | 2013-09-20 | 2 | -0/+5 |