Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_atexit.cpp90 typedef void *(malloc_type)(size_t); typedef
104 malloc_type *orig_malloc = (malloc_type*)dlsym(RTLD_NEXT, "malloc"); in TestReplacedAllocFunc()
/oneTBB/test/conformance/
H A Dconformance_allocators.cpp75 Allocator::malloc_type a_type = tbb_alloc.allocator_type();
76 …bool is_available_type = (a_type == Allocator::malloc_type::scalable) || (a_type == Allocator::sta…
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h50 enum malloc_type { enum
69 static malloc_type allocator_type() { in allocator_type()