| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | malloc: Check for integer overflow in memalign. | Will Newton | 2013-09-11 | 1 | -0/+7 |
* | malloc: Check for integer overflow in valloc. | Will Newton | 2013-09-11 | 1 | -0/+7 |
* | malloc: Check for integer overflow in pvalloc. | Will Newton | 2013-09-11 | 1 | -0/+7 |
* | malloc: Add realloc test. | Will Newton | 2013-09-09 | 2 | -1/+148 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 1 | -1/+1 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 3 | -5/+5 |
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 1 | -13/+13 |
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -1/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 2 | -0/+2 |
* | Move _obstack_compat out of common | Peter Collingbourne | 2013-05-15 | 1 | -1/+1 |
* | BZ#14812: Add missing translation marker on some argp option argument names i... | Roland McGrath | 2013-03-18 | 1 | -4/+7 |
* | Remove __malloc_ptr_t. | Joseph Myers | 2013-03-08 | 5 | -36/+33 |
* | Use ISO C prototype for __default_morecore. | Joseph Myers | 2013-03-08 | 1 | -2/+1 |
* | Remove __malloc_ptrdiff_t. | Joseph Myers | 2013-03-08 | 2 | -4/+1 |
* | Remove __malloc_size_t. | Joseph Myers | 2013-03-08 | 3 | -23/+20 |
* | Fix FPE in memusagestat when malloc utilization is zero | Siddhesh Poyarekar | 2013-02-26 | 1 | -37/+60 |
* | Add HAVE_MREMAP for mremap usage | Pino Toscano | 2013-01-17 | 2 | -11/+4 |
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 2 | -3/+3 |
* | Clean up __MALLOC_* macros. | Joseph Myers | 2013-01-07 | 2 | -36/+16 |
* | mtrace: properly handle realloc (p, 0) | Andreas Schwab | 2013-01-03 | 1 | -2/+7 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 24 | -26/+24 |
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
* | Update copyright years. | David S. Miller | 2013-01-01 | 3 | -6/+6 |
* | muntrace: reset file and hooks before finalizing the stream | Pino Toscano | 2012-11-19 | 1 | -2/+7 |
* | Update --version copyright dates for memusagestat and pcprofiledump. | Joseph Myers | 2012-11-15 | 1 | -3/+2 |
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 4 | -18/+19 |
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
* | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2012-10-19 | 2 | -2/+3 |
* | Name space hygeine for madvise. | Roland McGrath | 2012-10-04 | 2 | -2/+2 |
* | Clarify memory allocation error diagnostics to avoid confusion | Dmitry V. Levin | 2012-10-02 | 1 | -2/+1 |
* | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | 2012-09-25 | 1 | -3/+6 |
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 2 | -3/+4 |
* | Properly handle fencepost with MALLOC_ALIGN_MASK | H.J. Lu | 2012-09-24 | 1 | -3/+7 |
* | Cleanup code duplication in malloc on fallback to use another arena | Siddhesh Poyarekar | 2012-09-07 | 2 | -75/+32 |
* | * malloc/arena.c: Fold copyright years. | Alexandre Oliva | 2012-09-05 | 3 | -5/+3 |
* | * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation. | Alexandre Oliva | 2012-09-05 | 1 | -2/+2 |
* | Don't change no_dyn_threshold on mallopt failure | Alexandre Oliva | 2012-09-05 | 1 | -2/+4 |
* | Fix typos in malloc/. | Alexandre Oliva | 2012-09-05 | 2 | -4/+4 |
* | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 2012-09-05 | 4 | -5/+86 |
* | Make malloc build for no-threads configurations. | Roland McGrath | 2012-08-17 | 2 | -5/+10 |
* | Fix whitespace problems detected by commit hooks. | Jeff Law | 2012-08-10 | 2 | -7/+7 |
* | [BZ #13939] | Jeff Law | 2012-08-10 | 2 | -27/+45 |
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 1 | -1/+1 |
* | Make free chunk size a multiple of MALLOC_ALIGNMENT | H.J. Lu | 2012-05-24 | 1 | -4/+6 |