Searched refs:AllocFn (Results 1 – 2 of 2) sorted by relevance
49 using AllocFn = void*(const AllocatorDispatch* self, member88 AllocFn* const alloc_function;
58 void* AllocFn(const AllocatorDispatch* self, size_t size, void* context) { in AllocFn() function139 AllocatorDispatch g_allocator_dispatch = {&AllocFn,