Searched refs:DEMODefaultAllocateFunc (Results 1 – 3 of 3) sorted by relevance
65 typedef void* (*DEMODefaultAllocateFunc)(u32 byteCount, int alignment); typedef80 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);85 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
59 static DEMODefaultAllocateFunc gpAllocFunc = NULL;132 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()138 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()