MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / vmaFreeStatsString

Function vmaFreeStatsString

include/vk_mem_alloc.h:15501–15510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15499}
15500
15501VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
15502 VmaAllocator allocator,
15503 char* pStatsString)
15504{
15505 if(pStatsString != VMA_NULL)
15506 {
15507 VMA_ASSERT(allocator);
15508 VmaFreeString(allocator->GetAllocationCallbacks(), pStatsString);
15509 }
15510}
15511
15512#endif // VMA_STATS_STRING_ENABLED
15513

Callers

nothing calls this directly

Calls 2

VmaFreeStringFunction · 0.85

Tested by

no test coverage detected