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

Method FreeName

include/vk_mem_alloc.h:11577–11584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11575}
11576
11577void VmaAllocation_T::FreeName(VmaAllocator hAllocator)
11578{
11579 if(m_pName)
11580 {
11581 VmaFreeString(hAllocator->GetAllocationCallbacks(), m_pName);
11582 m_pName = VMA_NULL;
11583 }
11584}
11585#endif // _VMA_ALLOCATION_T_FUNCTIONS
11586
11587#ifndef _VMA_BLOCK_VECTOR_FUNCTIONS

Callers

nothing calls this directly

Calls 2

VmaFreeStringFunction · 0.85

Tested by

no test coverage detected