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