Home
last modified time | relevance | path

Searched refs:DEMODefaultFreeFunc (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoSystem.h87 typedef void (*DEMODefaultFreeFunc)(void* pMem); typedef
99 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);
104 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoSystem.h87 typedef void (*DEMODefaultFreeFunc)(void* pMem); typedef
99 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);
104 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoSystem.c61 static DEMODefaultFreeFunc gpFreeFunc = NULL;
139 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()
146 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()