Searched refs:DEMODefaultFreeFunc (Results 1 – 3 of 3) sorted by relevance
68 typedef void (*DEMODefaultFreeFunc)(void* pMem); typedef80 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);85 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
60 static DEMODefaultFreeFunc gpFreeFunc = NULL;132 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()138 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()