This website requires JavaScript.
Explore
Help
Sign in
romenskiy2012
/
jemalloc
Watch
1
Star
0
Fork
You've already forked jemalloc
0
mirror of
https://github.com/jemalloc/jemalloc.git
synced
2026-04-14 22:51:50 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3bc89cfeca
jemalloc
/
include
History
Download ZIP
Download TAR.GZ
Shai Duvdevani
257e64b968
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
..
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
msvc_compat
Remove trailing whitespace
2023-06-23 11:58:18 -07:00