Searched refs:pAllocate (Results 1 – 3 of 3) sorted by relevance
716 ALLOCATE_FUNC_PTR pAllocate; member
116 void* const result = (*allocs.pAllocate)(size, alignment, allocs.pUserData); in Malloc()166 D3D12MA_ASSERT(outAllocs.pAllocate != NULL && outAllocs.pFree != NULL); in SetupAllocationCallbacks()170 outAllocs.pAllocate = &DefaultAllocate; in SetupAllocationCallbacks()
428 g_AllocationCallbacks.pAllocate = &CustomAllocate; in InitD3D()