Searched defs:pAllocator (Results 1 – 2 of 2) sorted by relevance
41 #define MEMFreeToAllocator(pAllocator, memBlock) free(memBlock) argument45 #define MEMAllocFromAllocator(pAllocator, size) malloc(size) argument51 #define MEMInitAllocatorForExpHeap(pAllocator, heap, alignment) argument
463 GX2_INLINE void GX2PerfInit(GX2PerfData *perfData, u32 maxTags, MEMAllocator *pAllocator){ return; } in GX2PerfInit()