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

Function ValidateAllocationsData

src/Tests.cpp:1679–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677}
1678
1679static void ValidateAllocationsData(const AllocInfo* allocs, size_t allocCount)
1680{
1681 std::for_each(allocs, allocs + allocCount, [](const AllocInfo& allocInfo) {
1682 ValidateAllocationData(allocInfo);
1683 });
1684}
1685
1686
1687static void TestJson()

Callers 2

Calls 1

ValidateAllocationDataFunction · 0.85

Tested by

no test coverage detected