Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoSystem.h65 typedef void* (*DEMODefaultAllocateFunc)(u32 byteCount, int alignment); 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.h65 typedef void* (*DEMODefaultAllocateFunc)(u32 byteCount, int alignment); typedef
80 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree);
85 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoSystem.c59 static DEMODefaultAllocateFunc gpAllocFunc = NULL;
132 void DEMOSetDefaultAllocator(DEMODefaultAllocateFunc pfnAlloc, DEMODefaultFreeFunc pfnFree) in DEMOSetDefaultAllocator()
138 void DEMOGetDefaultAllocator(DEMODefaultAllocateFunc *ppfnAlloc, DEMODefaultFreeFunc *ppfnFree) in DEMOGetDefaultAllocator()