Searched refs:gpAllocFunc (Results 1 – 1 of 1) sorted by relevance
59 static DEMODefaultAllocateFunc gpAllocFunc = NULL; variable90 gpAllocFunc = NULL; in DEMOShutdown()134 gpAllocFunc = pfnAlloc; in DEMOSetDefaultAllocator()140 if (ppfnAlloc) *ppfnAlloc = gpAllocFunc; in DEMOGetDefaultAllocator()146 if (!gpAllocFunc) { in DEMOAlloc()149 return gpAllocFunc(size, PPC_IO_BUFFER_ALIGN); in DEMOAlloc()154 if (!gpAllocFunc) { in DEMOAllocEx()157 return gpAllocFunc(size, align); in DEMOAllocEx()