Searched refs:ALLOCATION_CALLBACKS (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.h | 713 struct ALLOCATION_CALLBACKS struct 877 template<typename T> friend void D3D12MA_DELETE(const ALLOCATION_CALLBACKS&, T*); 1046 template<typename T> friend void D3D12MA_DELETE(const ALLOCATION_CALLBACKS&, T*); 1100 const ALLOCATION_CALLBACKS* pAllocationCallbacks; 1353 template<typename T> friend void D3D12MA_DELETE(const ALLOCATION_CALLBACKS&, T*); 1356 Allocator(const ALLOCATION_CALLBACKS& allocationCallbacks, const ALLOCATOR_DESC& desc); 1377 const ALLOCATION_CALLBACKS* pAllocationCallbacks; 1470 template<typename T> friend void D3D12MA_DELETE(const ALLOCATION_CALLBACKS&, T*); 1474 VirtualBlock(const ALLOCATION_CALLBACKS& allocationCallbacks, const VIRTUAL_BLOCK_DESC& desc);
|
D | D3D12MemAlloc.cpp | 114 static void* Malloc(const ALLOCATION_CALLBACKS& allocs, size_t size, size_t alignment) in Malloc() 120 static void Free(const ALLOCATION_CALLBACKS& allocs, void* memory) in Free() 126 static T* Allocate(const ALLOCATION_CALLBACKS& allocs) in Allocate() 131 static T* AllocateArray(const ALLOCATION_CALLBACKS& allocs, size_t count) in AllocateArray() 140 void D3D12MA_DELETE(const ALLOCATION_CALLBACKS& allocs, T* memory) in D3D12MA_DELETE() 149 void D3D12MA_DELETE_ARRAY(const ALLOCATION_CALLBACKS& allocs, T* memory, size_t count) in D3D12MA_DELETE_ARRAY() 161 static void SetupAllocationCallbacks(ALLOCATION_CALLBACKS& outAllocs, const ALLOCATION_CALLBACKS* a… in SetupAllocationCallbacks() 759 Vector(const ALLOCATION_CALLBACKS& allocationCallbacks) : in Vector() 767 Vector(size_t count, const ALLOCATION_CALLBACKS& allocationCallbacks) : in Vector() 979 const ALLOCATION_CALLBACKS& m_AllocationCallbacks; [all …]
|
D | Tests.h | 29 D3D12MA::ALLOCATION_CALLBACKS* allocationCallbacks;
|
D | D3D12Sample.cpp | 52 static D3D12MA::ALLOCATION_CALLBACKS g_AllocationCallbacks = {}; // Used only when ENABLE_CPU_ALLOC…
|