Searched refs:DEMODefaultAllocateFunc (Results 1 – 3 of 3) sorted by relevance
84 typedef void* (*DEMODefaultAllocateFunc)(u32 byteCount, int alignment); typedef99 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);104 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
60 static DEMODefaultAllocateFunc gpAllocFunc = NULL;139 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()146 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()