Searched refs:initialize_allocate_handler (Results 1 – 1 of 1) sorted by relevance
75 static void* initialize_allocate_handler(std::size_t size);79 static std::atomic<allocate_handler_type> allocate_handler{ &initialize_allocate_handler };135 __TBB_ASSERT(allocate_handler == &initialize_allocate_handler, nullptr); in initialize_handler_pointers()160 static void* initialize_allocate_handler(std::size_t size) { in initialize_allocate_handler() function162 __TBB_ASSERT(allocate_handler != &initialize_allocate_handler, nullptr); in initialize_allocate_handler()267 if (handler_snapshot == &initialize_allocate_handler) { in is_tbbmalloc_used()271 …__TBB_ASSERT(handler_snapshot != &initialize_allocate_handler && deallocate_handler != nullptr, nu… in is_tbbmalloc_used()