Kevin Svetlitski cdb2c0e02f Implement C23's free_sized and free_aligned_sized
[N2699 - Sized Memory Deallocation](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2699.htm)
introduced two new functions which were incorporated into the C23
standard, `free_sized` and `free_aligned_sized`. Both already have
analogues in Jemalloc, all we are doing here is adding the appropriate
wrappers.
2023-07-20 15:06:41 -07:00
..
2022-04-25 11:29:00 -07:00
2020-04-11 10:32:11 -07:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00