MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / IsEmpty

Method IsEmpty

include/vk_mem_alloc.h:6904–6908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6902#endif // VMA_STATS_STRING_ENABLED
6903
6904bool VmaDedicatedAllocationList::IsEmpty()
6905{
6906 VmaMutexLockRead lock(m_Mutex, m_UseMutex);
6907 return m_AllocationList.IsEmpty();
6908}
6909
6910void VmaDedicatedAllocationList::Register(VmaAllocation alloc)
6911{

Callers 12

emptyMethod · 0.45
vk_mem_alloc.hFile · 0.45
IsEmptyMethod · 0.45
~VmaVirtualBlock_TMethod · 0.45
DestroyMethod · 0.45
FreeMethod · 0.45
HasEmptyBlockMethod · 0.45
DefragmentPassEndMethod · 0.45
~VmaAllocator_TMethod · 0.45
PrintDetailedMapMethod · 0.45
vmaIsVirtualBlockEmptyFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected