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