jemalloc/msvc/projects/vc2017
2025-01-29 18:55:52 -08:00
..
jemalloc Unlike prof_sample which is supported only with profiling mode active, prof_threshold is intended to be an always-supported allocation callback with much less overhead. The usage of the threshold allows performance critical callers to change program execution based on the callback: e.g. drop caches when memory becomes high or to predict the program is about to OOM ahead of time using peak memory watermarks. 2025-01-29 18:55:52 -08:00
test_threads Fix MSVC 2015 project and add a VS 2017 solution 2017-10-16 10:26:54 -07:00