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

Function vmaFreeVirtualBlockStatsString

include/vk_mem_alloc.h:16824–16833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16822}
16823
16824VMA_CALL_PRE void VMA_CALL_POST vmaFreeVirtualBlockStatsString(VmaVirtualBlock VMA_NOT_NULL virtualBlock,
16825 char* VMA_NULLABLE pStatsString)
16826{
16827 if(pStatsString != VMA_NULL)
16828 {
16829 VMA_ASSERT(virtualBlock != VK_NULL_HANDLE);
16830 VMA_DEBUG_GLOBAL_MUTEX_LOCK;
16831 VmaFreeString(virtualBlock->GetAllocationCallbacks(), pStatsString);
16832 }
16833}
16834#if VMA_EXTERNAL_MEMORY_WIN32
16835VMA_CALL_PRE VkResult VMA_CALL_POST vmaGetMemoryWin32Handle(VmaAllocator VMA_NOT_NULL allocator,
16836 VmaAllocation VMA_NOT_NULL allocation, HANDLE hTargetProcess, HANDLE* VMA_NOT_NULL pHandle)

Callers

nothing calls this directly

Calls 2

VmaFreeStringFunction · 0.85

Tested by

no test coverage detected