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
..
2021-12-23 10:55:08 -08:00
2021-12-23 10:55:08 -08:00
2023-06-23 11:50:29 -07:00
2023-06-23 11:50:29 -07:00
2021-12-15 10:39:17 -08:00
2020-11-13 13:42:33 -08:00
2020-12-04 23:48:19 -08:00
2021-10-07 11:50:38 -07:00
2021-08-05 14:33:16 -07:00
2021-12-23 10:55:08 -08:00
2021-12-15 10:39:17 -08:00
2021-02-11 11:32:01 -08:00
2021-02-04 14:10:43 -08:00
2021-02-04 14:10:43 -08:00