Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp80 allocate_handler_type allocate_handler_unsafe = nullptr; variable
104 DLD(scalable_malloc, allocate_handler_unsafe),
142 allocate_handler_unsafe = &std::malloc; in initialize_handler_pointers()
148 allocate_handler.store(allocate_handler_unsafe, std::memory_order_release); in initialize_handler_pointers()