This website requires JavaScript.
Explore
Help
Sign In
admin
/
jemalloc-jemalloc
Watch
1
Star
0
Fork
0
You've already forked jemalloc-jemalloc
mirror of
https://github.com/jemalloc/jemalloc
synced
2026-06-08 15:01:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3,607
Commits
4
Branches
47
Tags
c51949ea3ee75c8e417b59b89334f225775d4e64
Commit Graph
2 Commits
Author
SHA1
Message
Date
Slobodan Predolac
e6864c6075
[thread_event] Remove macros from thread_event and replace with dynamic event objects
2026-03-10 18:14:33 -07:00
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