| 14956 | } |
| 14957 | |
| 14958 | VkResult VmaAllocator_T::CheckPoolCorruption(VmaPool hPool) |
| 14959 | { |
| 14960 | return hPool->m_BlockVector.CheckCorruption(); |
| 14961 | } |
| 14962 | |
| 14963 | VkResult VmaAllocator_T::CheckCorruption(uint32_t memoryTypeBits) |
| 14964 | { |
no test coverage detected