Searched refs:AllocateFunction (Results 1 – 2 of 2) sorted by relevance
91 nn::Result SetAllocator(AllocateFunction pAllocate, FreeFunction pFree);
173 typedef void* (*AllocateFunction)(size_t size, s32 alignment); typedef