8580c65f81
The added hooks hooks.prof_sample and hooks.prof_sample_free are intended to allow advanced users to track additional information, to enable new ways of profiling on top of the jemalloc heap profile and sample features. The sample hook is invoked after the allocation and backtracing, and forwards the both the allocation and backtrace to the user hook; the sample_free hook happens before the actual deallocation, and forwards only the ptr and usz to the hook. |
||
---|---|---|
.. | ||
analyze | ||
include/test | ||
integration | ||
src | ||
stress | ||
unit | ||
test.sh.in |