Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h571 rawFreeType rawFree;
582 bool init(intptr_t poolId, rawAllocType rawAlloc, rawFreeType rawFree,
612 if (rawFree || !userPool())
H A Dfrontend.cpp1074 rawFreeType rawFree, size_t granularity, in init() argument
1079 this->rawFree = rawFree; in init()
H A Dbackend.cpp144 fail = (*extMemPool->rawFree)(extMemPool->poolId, object, size); in freeRawMem()