Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Darena.h296 static int allocation_size( unsigned num_slots ) { in allocation_size() function
H A Darena.cpp292 std::size_t n = allocation_size(num_arena_slots(num_slots, num_reserved_slots)); in allocate_arena()
338 std::memset( storage, 0, allocation_size(my_num_slots) ); in free_arena()