Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp83 static void (*deallocate_handler)(void* pointer) = nullptr; variable
105 DLD(scalable_free, deallocate_handler),
143 deallocate_handler = &std::free; in initialize_handler_pointers()
260 __TBB_ASSERT(deallocate_handler, "Initialization has not been yet."); in deallocate_memory()
261 (*deallocate_handler)(p); in deallocate_memory()
271 …__TBB_ASSERT(handler_snapshot != &initialize_allocate_handler && deallocate_handler != nullptr, nu… in is_tbbmalloc_used()
273 …reinterpret_cast<void*>(&std::malloc)) == (reinterpret_cast<void*>(deallocate_handler) == reinterp… in is_tbbmalloc_used()