Age | Commit message (Expand) | Author | Files | Lines |
2014-01-02 | Reformat malloc to gnu style. | Ondřej Bílka | 1 | -2069/+2214 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-12-24 | Fix race in free() of fastbin chunk: BZ #15073 | Maxim Kuvyrkov | 1 | -8/+12 |
2013-12-10 | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 1 | -18/+5 |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 1 | -15/+0 |
2013-12-09 | Simplify perturb_byte logic. | Ondřej Bílka | 1 | -21/+24 |
2013-12-09 | Replace malloc force_reg by atomic_forced_read. | Ondřej Bílka | 1 | -15/+8 |
2013-12-06 | Fix BZ #15089: malloc_trim always trim for large padding. | Fernando J. V. da Silva | 1 | -33/+35 |
2013-11-28 | Make memset in calloc a tail call. | Ondřej Bílka | 1 | -2/+2 |
2013-11-21 | Add missing #include for malloc/hooks.c code. | Roland McGrath | 1 | -2/+3 |
2013-11-20 | Consolidate valloc/pvalloc code. | Ondřej Bílka | 1 | -109/+26 |
2013-11-01 | Fix malloc_info statistic. Fixes bug 16112 | Ondřej Bílka | 1 | -16/+4 |
2013-10-30 | malloc: Fix for infinite loop in memalign/posix_memalign. | Will Newton | 1 | -0/+8 |
2013-10-30 | Use atomic operations to track memory. Fixes bug 11087 | Ondřej Bílka | 1 | -12/+11 |
2013-10-18 | Remove assert in malloc statistic. Fixes bug 12486. | Ondřej Bílka | 1 | -9/+0 |
2013-09-20 | Add malloc probes for sbrk and heap resizing. | Alexandre Oliva | 1 | -1/+5 |
2013-09-20 | Add probes for malloc retries. | Alexandre Oliva | 1 | -0/+6 |
2013-09-20 | Add probes for malloc arena changes. | Alexandre Oliva | 1 | -0/+1 |
2013-09-20 | Add probes for all changes to malloc options. | Alexandre Oliva | 1 | -5/+25 |
2013-09-20 | Add first set of memory probes. | Alexandre Oliva | 1 | -0/+4 |
2013-09-11 | malloc: Check for integer overflow in memalign. | Will Newton | 1 | -0/+7 |
2013-09-11 | malloc: Check for integer overflow in valloc. | Will Newton | 1 | -0/+7 |
2013-09-11 | malloc: Check for integer overflow in pvalloc. | Will Newton | 1 | -0/+7 |
2013-08-29 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 1 | -1/+1 |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers | 1 | -19/+19 |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano | 1 | -8/+4 |
2013-01-07 | Clean up __MALLOC_* macros. | Joseph Myers | 1 | -15/+11 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-10-04 | Name space hygeine for madvise. | Roland McGrath | 1 | -1/+1 |
2012-10-02 | Clarify memory allocation error diagnostics to avoid confusion | Dmitry V. Levin | 1 | -2/+1 |
2012-09-07 | Cleanup code duplication in malloc on fallback to use another arena | Siddhesh Poyarekar | 1 | -75/+11 |
2012-09-05 | * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation. | Alexandre Oliva | 1 | -2/+2 |
2012-09-05 | Don't change no_dyn_threshold on mallopt failure | Alexandre Oliva | 1 | -2/+4 |
2012-09-05 | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 1 | -1/+4 |
2012-08-17 | Make malloc build for no-threads configurations. | Roland McGrath | 1 | -1/+2 |
2012-08-10 | Fix whitespace problems detected by commit hooks. | Jeff Law | 1 | -6/+6 |
2012-08-10 | [BZ #13939] | Jeff Law | 1 | -21/+32 |
2012-05-24 | Make free chunk size a multiple of MALLOC_ALIGNMENT | H.J. Lu | 1 | -4/+6 |
2012-05-24 | Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ | H.J. Lu | 1 | -14/+64 |
2012-05-21 | Fix last change | Andreas Jaeger | 1 | -0/+2 |
2012-05-21 | Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs. | Roland McGrath | 1 | -10/+14 |
2012-05-16 | For [BZ #208], accumulate malloc stats over all arenas. | Paul Pluzhnikov | 1 | -19/+32 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 1 | -1/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-31 | Cleanups of malloc | Ulrich Drepper | 1 | -165/+110 |
2012-01-17 | More minor malloc cleanups | Ulrich Drepper | 1 | -24/+1 |
2012-01-16 | Minor cleanups of malloc code | Ulrich Drepper | 1 | -52/+0 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -9/+9 |
2012-01-01 | Implement aligned_alloc | Ulrich Drepper | 1 | -0/+2 |