MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Free

Function Free

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 return result;
189}
190static void Free(const ALLOCATION_CALLBACKS& allocs, void* memory)
191{
192 (*allocs.pFree)(memory, allocs.pPrivateData);
193}
194
195template<typename T>
196static T* Allocate(const ALLOCATION_CALLBACKS& allocs)

Callers 15

~CHeapPtrBaseMethod · 0.85
AttachMethod · 0.85
FreeMethod · 0.85
cgpux_free_bind_tableFunction · 0.85
AllocateMethod · 0.85
D3D12MA_DELETEFunction · 0.85
D3D12MA_DELETE_ARRAYFunction · 0.85
~VectorMethod · 0.85
reserveMethod · 0.85
resizeMethod · 0.85
NormalBlockClass · 0.85

Calls

no outgoing calls

Tested by 1

tutorialFunction · 0.68