Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-14 | Adjust Valgrind macro usage to protect chunk headers | David Rowley | 16.0 |
| 2022-12-21 | Fix newly introduced bug in slab.c | David Rowley | 16.0 |
| 2022-12-20 | Improve the performance of the slab memory allocator | David Rowley | 16.0 |
| 2022-09-07 | Make more effort to put a sentinel at the end of allocated memory | David Rowley | 16.0 |
| 2022-08-30 | Use MAXALIGN() in calculations using sizeof(SlabBlock) | David Rowley | 16.0 |
| 2022-08-29 | Improve performance of and reduce overheads of memory management | David Rowley | 16.0 |