Searched refs:gpAllocFunc (Results 1 – 1 of 1) sorted by relevance
60 static DEMODefaultAllocateFunc gpAllocFunc = NULL; variable96 gpAllocFunc = NULL; in DEMOShutdown()142 gpAllocFunc = pfnAlloc; in DEMOSetDefaultAllocator()148 if (ppfnAlloc) *ppfnAlloc = gpAllocFunc; in DEMOGetDefaultAllocator()155 if (!gpAllocFunc) { in DEMOAlloc()158 return gpAllocFunc(size, PPC_IO_BUFFER_ALIGN); in DEMOAlloc()164 if (!gpAllocFunc) { in DEMOAllocEx()167 return gpAllocFunc(size, align); in DEMOAllocEx()