Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h570 rawAllocType rawAlloc;
582 bool init(intptr_t poolId, rawAllocType rawAlloc, rawFreeType rawFree,
587 bool userPool() const { return rawAlloc; }
H A Dfrontend.cpp1073 bool ExtMemoryPool::init(intptr_t poolId, rawAllocType rawAlloc, in init() argument
1078 this->rawAlloc = rawAlloc; in init()
H A Dbackend.cpp96 res = (*extMemPool->rawAlloc)(extMemPool->poolId, allocSize); in allocRawMem()