Home
last modified time | relevance | path

Searched refs:PostInitCallback (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp19 template <typename Config> void PostInitCallback() { in PostInitCallback() function
24 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free()
64 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free_loop()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h45 template <class Params, void (*PostInitCallback)(void) = EmptyCallback>
50 typedef Allocator<Params, PostInitCallback> ThisT;
54 pthread_once(&PostInitNonce, PostInitCallback); in callPostInitCallback()