server-skynet-source-3rd-je.../include
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
..
jemalloc Implement C23's free_sized and free_aligned_sized 2023-07-20 15:06:41 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00