Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp79 static std::atomic<allocate_handler_type> allocate_handler{ &initialize_allocate_handler }; variable
135 __TBB_ASSERT(allocate_handler == &initialize_allocate_handler, nullptr); in initialize_handler_pointers()
148 allocate_handler.store(allocate_handler_unsafe, std::memory_order_release); in initialize_handler_pointers()
162 __TBB_ASSERT(allocate_handler != &initialize_allocate_handler, nullptr); in initialize_allocate_handler()
163 return (*allocate_handler)(size); in initialize_allocate_handler()
251 void* result = allocate_handler.load(std::memory_order_acquire)(size); in allocate_memory()
266 auto handler_snapshot = allocate_handler.load(std::memory_order_acquire); in is_tbbmalloc_used()
270 handler_snapshot = allocate_handler.load(std::memory_order_relaxed); in is_tbbmalloc_used()