Searched refs:handler_snapshot (Results 1 – 1 of 1) sorted by relevance
266 auto handler_snapshot = allocate_handler.load(std::memory_order_acquire); in is_tbbmalloc_used() local267 if (handler_snapshot == &initialize_allocate_handler) { in is_tbbmalloc_used()270 handler_snapshot = allocate_handler.load(std::memory_order_relaxed); in is_tbbmalloc_used()271 …__TBB_ASSERT(handler_snapshot != &initialize_allocate_handler && deallocate_handler != nullptr, nu… in is_tbbmalloc_used()273 …__TBB_ASSERT((reinterpret_cast<void*>(handler_snapshot) == reinterpret_cast<void*>(&std::malloc)) … in is_tbbmalloc_used()275 return reinterpret_cast<void*>(handler_snapshot) == reinterpret_cast<void*>(&std::malloc); in is_tbbmalloc_used()