Searched refs:pFunc (Results 1 – 2 of 2) sorted by relevance
245 return (*pAllocator->pFunc->pfAlloc)(pAllocator, size); in MEMAllocFromAllocator()268 (*pAllocator->pFunc->pfFree)(pAllocator, memBlock); in MEMFreeToAllocator()297 pAllocator->pFunc = &sAllocatorFunc; in MEMInitAllocatorForExpHeap()329 pAllocator->pFunc = &sAllocatorFunc; in MEMInitAllocatorForFrmHeap()359 pAllocator->pFunc = &sAllocatorFunc; in MEMInitAllocatorForUnitHeap()389 pAllocator->pFunc = &sAllocatorFunc; in MEMInitAllocatorForOSHeap()
45 MEMAllocatorFunc const * pFunc; member