Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dallocator.cpp97 cache_aligned_allocate_handler_type cache_aligned_allocate_handler_unsafe = nullptr; variable
106 DLD(scalable_aligned_malloc, cache_aligned_allocate_handler_unsafe),
144 cache_aligned_allocate_handler_unsafe = &std_cache_aligned_allocate; in initialize_handler_pointers()
149 …cache_aligned_allocate_handler.store(cache_aligned_allocate_handler_unsafe, std::memory_order_rele… in initialize_handler_pointers()