Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoSystem.h68 typedef void (*DEMODefaultFreeFunc)(void* pMem); typedef
80 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);
85 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoSystem.h68 typedef void (*DEMODefaultFreeFunc)(void* pMem); typedef
80 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);
85 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoSystem.c60 static DEMODefaultFreeFunc gpFreeFunc = NULL;
132 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()
138 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()