server-skynet-source-3rd-je.../test
Qi Wang 8580c65f81 Implement prof sample hooks "experimental.hooks.prof_sample(_free)".
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.
2022-12-07 16:06:49 -08:00
..
analyze fix some typos 2022-04-25 11:29:00 -07:00
include/test Benchmark operator delete 2022-11-21 11:14:05 -08:00
integration Fix a bug in C++ integration test. 2022-09-16 15:04:59 -07:00
src Fix dividing 0 error in stress/cpp/microbench 2022-12-06 10:46:14 -08:00
stress Fix dividing 0 error in stress/cpp/microbench 2022-12-06 10:46:14 -08:00
unit Implement prof sample hooks "experimental.hooks.prof_sample(_free)". 2022-12-07 16:06:49 -08:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00