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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

3263}
3264
3265bool BlockMetadata_Generic::IsEmpty() const
3266{
3267 return (m_Suballocations.size() == 1) && (m_FreeCount == 1);
3268}
3269
3270void BlockMetadata_Generic::GetAllocationInfo(AllocHandle allocHandle, VIRTUAL_ALLOCATION_INFO& outInfo) const
3271{

Callers 8

D3D12MemAlloc.cppFile · 0.45
~AllocatorPimplMethod · 0.45
~NormalBlockMethod · 0.45
NormalBlockClass · 0.45
~VirtualBlockMethod · 0.45
DockNodeUpdateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected