Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-05 | Correct range checking in mallopt/mxfast/tcache [BZ #25194] | DJ Delorie | 1 | -12/+20 |
2019-10-30 | Base max_fast on alignment, not width, of bins (Bug 24903) | DJ Delorie | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-08-09 | Add glibc.malloc.mxfast tunable | DJ Delorie | 1 | -7/+14 |
2019-08-08 | malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026] | Niklas Hambüchen | 1 | -0/+6 |
2019-08-01 | malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] | Florian Weimer | 1 | -1/+1 |
2019-05-17 | Small tcache improvements | Wilco Dijkstra | 1 | -8/+6 |
2019-05-10 | Fix tcache count maximum (BZ #24531) | Wilco Dijkstra | 1 | -2/+7 |
2019-04-18 | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 1 | -64/+48 |
2019-03-14 | malloc: Check for large bin list corruption when inserting unsorted chunk | Adam Maris | 1 | -0/+4 |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers | 1 | -22/+11 |
2019-02-04 | Fix assertion in malloc.c:tcache_get. | Joseph Myers | 1 | -1/+1 |
2019-01-18 | malloc: Revert fastbins to old-style atomics | Florian Weimer | 1 | -96/+70 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-31 | malloc: Always call memcpy in _int_realloc [BZ #24027] | Florian Weimer | 1 | -42/+1 |
2018-12-21 | malloc: Check the alignment of mmapped chunks before unmapping. | Istvan Kurucsai | 1 | -1/+4 |
2018-12-20 | malloc: Add more integrity checks to mremap_chunk. | Istvan Kurucsai | 1 | -3/+9 |
2018-11-26 | malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907] | Florian Weimer | 1 | -25/+25 |
2018-11-20 | malloc: tcache double free check | DJ Delorie | 1 | -0/+28 |
2018-11-13 | malloc: Use current (C11-style) atomics for fastbin access | Florian Weimer | 1 | -70/+96 |
2018-11-12 | malloc: Convert the unlink macro to the unlink_chunk function | Florian Weimer | 1 | -45/+47 |
2018-08-20 | malloc: Add ChangeLog for accidentally committed change | Florian Weimer | 1 | -1/+1 |
2018-08-17 | malloc: Additional checks for unsorted bin integrity I. | Istvan Kurucsai | 1 | -4/+15 |
2018-08-16 | malloc: Mitigate null-byte overflow attacks | Moritz Eckert | 1 | -0/+4 |
2018-08-16 | malloc: Verify size of top chunk. | Pochang Chen | 1 | -0/+3 |
2018-06-29 | malloc: Update heap dumping/undumping comments [BZ #23351] | Florian Weimer | 1 | -16/+0 |
2018-03-14 | malloc: harden removal from unsorted list | Francois Goichon | 1 | -0/+2 |
2018-03-09 | malloc: Revert sense of prev_inuse in comments | Florian Weimer | 1 | -3/+3 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -3/+3 |
2018-02-10 | [BZ #22830] malloc_stats: restore cancellation for stderr correctly. | Zack Weinberg | 1 | -1/+1 |
2018-01-29 | malloc: Use assert.h's assert macro | Samuel Thibault | 1 | -7/+4 |
2018-01-18 | Fix integer overflows in internal memalign and malloc functions [BZ #22343] | Arjun Shankar | 1 | -8/+22 |
2018-01-12 | malloc: Ensure that the consolidated fast chunk has a sane size. | Istvan Kurucsai | 1 | -0/+6 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-11-30 | Fix integer overflow in malloc when tcache is enabled [BZ #22375] | Arjun Shankar | 1 | -1/+2 |
2017-11-23 | malloc: Call tcache destructor in arena_thread_freeres | Florian Weimer | 1 | -7/+16 |
2017-11-15 | malloc: Account for all heaps in an arena in malloc_info [BZ #22439] | Florian Weimer | 1 | -4/+13 |
2017-11-15 | malloc: Add missing arena lock in malloc_info [BZ #22408] | Florian Weimer | 1 | -4/+12 |
2017-10-24 | Add single-threaded path to _int_malloc | Wilco Dijkstra | 1 | -25/+38 |
2017-10-24 | Add single-threaded path to malloc/realloc/calloc/memalloc | Wilco Dijkstra | 1 | -9/+41 |
2017-10-20 | Fix build issue with SINGLE_THREAD_P | Wilco Dijkstra | 1 | -0/+3 |
2017-10-20 | Add single-threaded path to _int_free | Wilco Dijkstra | 1 | -14/+29 |
2017-10-19 | Fix deadlock in _int_free consistency check | Wilco Dijkstra | 1 | -9/+12 |
2017-10-18 | Fix build failure on tilepro due to unsupported atomics | Wilco Dijkstra | 1 | -1/+2 |
2017-10-17 | Improve malloc initialization sequence | Wilco Dijkstra | 1 | -109/+88 |
2017-10-17 | Use relaxed atomics for malloc have_fastchunks | Wilco Dijkstra | 1 | -32/+20 |
2017-10-17 | Inline tcache functions | Wilco Dijkstra | 1 | -2/+2 |
2017-10-06 | malloc: Fix tcache leak after thread destruction [BZ #22111] | Carlos O'Donell | 1 | -3/+5 |
2017-08-31 | malloc: Remove the internal_function attribute | Florian Weimer | 1 | -13/+4 |