Home
last modified time | relevance | path

Searched refs:pFunc (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_allocator.c245 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()
/RvlSDK-3.2.2/include/revolution/mem/
Dallocator.h45 MEMAllocatorFunc const * pFunc; member