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

Function vmaFreeStatsString

include/vk_mem_alloc.h:16047–16056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16045}
16046
16047VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
16048 VmaAllocator allocator,
16049 char* pStatsString)
16050{
16051 if(pStatsString != VMA_NULL)
16052 {
16053 VMA_ASSERT(allocator);
16054 VmaFreeString(allocator->GetAllocationCallbacks(), pStatsString);
16055 }
16056}
16057
16058#endif // VMA_STATS_STRING_ENABLED
16059

Callers 6

PrintAllocatorStatsFunction · 0.85
SaveAllocatorStatsToFileFunction · 0.85
TestDebugMarginFunction · 0.85
TestPool_SameSizeFunction · 0.85

Calls 2

VmaFreeStringFunction · 0.85

Tested by 5

SaveAllocatorStatsToFileFunction · 0.68
TestDebugMarginFunction · 0.68
TestPool_SameSizeFunction · 0.68