server-skynet-source-3rd-je.../include
Kevin Svetlitski 5a858c64d6 Reduce the memory overhead of sampled small allocations
Previously, small allocations which were sampled as part of heap
profiling were rounded up to `SC_LARGE_MINCLASS`. This additional memory
usage becomes problematic when the page size is increased, as noted in #2358.

Small allocations are now rounded up to the nearest multiple of `PAGE`
instead, reducing the memory overhead by a factor of 4 in the most
extreme cases.
2023-07-03 16:19:06 -07:00
..
jemalloc Reduce the memory overhead of sampled small allocations 2023-07-03 16:19:06 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00