Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h156 keepAllMemory : 1, member
163 fixedPool(fixedPool_), keepAllMemory(keepAllMemory_), in pAlloc()
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h573 bool keepAllMemory,
583 size_t granularity, bool keepAllMemory, bool fixedPool);
H A Dfrontend.cpp1075 bool keepAllMemory, bool fixedPool) in init() argument
1081 this->keepAllMemory = keepAllMemory; in init()
1098 policy->keepAllMemory, policy->fixedPool)) in init()
H A Dbackend.cpp570 return !keepAllMemory && !delayRegsReleasing; in regionsAreReleaseable()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp542 pol.keepAllMemory = 1; in TestPoolKeepTillDestroy()