Searched refs:PostInitCallback (Results 1 – 2 of 2) sorted by relevance
19 template <typename Config> void PostInitCallback() { in PostInitCallback() function24 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free()64 using AllocatorT = scudo::Allocator<Config, PostInitCallback<Config>>; in BM_malloc_free_loop()
46 template <class Params, void (*PostInitCallback)(void) = EmptyCallback>51 typedef Allocator<Params, PostInitCallback> ThisT;55 pthread_once(&PostInitNonce, PostInitCallback); in callPostInitCallback()