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()
45 template <class Params, void (*PostInitCallback)(void) = EmptyCallback>50 typedef Allocator<Params, PostInitCallback> ThisT;54 pthread_once(&PostInitNonce, PostInitCallback); in callPostInitCallback()