Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h46 template <class Params, void (*PostInitCallback)(void) = EmptyCallback>
51 typedef Allocator<Params, PostInitCallback> ThisT;
55 pthread_once(&PostInitNonce, PostInitCallback); in callPostInitCallback()