Searched refs:rawAlloc (Results 1 – 3 of 3) sorted by relevance
570 rawAllocType rawAlloc;582 bool init(intptr_t poolId, rawAllocType rawAlloc, rawFreeType rawFree,587 bool userPool() const { return rawAlloc; }
1073 bool ExtMemoryPool::init(intptr_t poolId, rawAllocType rawAlloc, in init() argument1078 this->rawAlloc = rawAlloc; in init()
96 res = (*extMemPool->rawAlloc)(extMemPool->poolId, allocSize); in allocRawMem()