This website requires JavaScript.
Explore
Help
Sign In
lihao
/
jemalloc
Watch
1
Star
0
Fork
0
You've already forked jemalloc
mirror of
https://github.com/jemalloc/jemalloc.git
synced
2026-07-22 12:43:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3bc89cfecab89cdc2cd6ed8566e15b7fa4fdac88
jemalloc
/
msvc
History
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
..
projects
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 je_ prefix issue in test
2019-09-24 11:24:57 -07:00
jemalloc_vc2015.sln
Add MS Visual Studio 2015 support
2016-02-20 10:55:23 -08:00
jemalloc_vc2017.sln
Fix MSVC 2015 project and add a VS 2017 solution
2017-10-16 10:26:54 -07:00
jemalloc_vc2019.sln
[MSVC] support for Visual Studio 2019 and 2022
2023-02-21 13:39:25 -08:00
jemalloc_vc2022.sln
[MSVC] support for Visual Studio 2019 and 2022
2023-02-21 13:39:25 -08:00