Searched refs:malloc_type (Results 1 – 3 of 3) sorted by relevance
90 typedef void *(malloc_type)(size_t); typedef104 malloc_type *orig_malloc = (malloc_type*)dlsym(RTLD_NEXT, "malloc"); in TestReplacedAllocFunc()
75 Allocator::malloc_type a_type = tbb_alloc.allocator_type();76 …bool is_available_type = (a_type == Allocator::malloc_type::scalable) || (a_type == Allocator::sta…
50 enum malloc_type { enum69 static malloc_type allocator_type() { in allocator_type()