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

Method FreeName

include/vk_mem_alloc.h:11254–11261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11252}
11253
11254void VmaAllocation_T::FreeName(VmaAllocator hAllocator)
11255{
11256 if(m_pName)
11257 {
11258 VmaFreeString(hAllocator->GetAllocationCallbacks(), m_pName);
11259 m_pName = VMA_NULL;
11260 }
11261}
11262#endif // _VMA_ALLOCATION_T_FUNCTIONS
11263
11264#ifndef _VMA_BLOCK_VECTOR_FUNCTIONS

Callers

nothing calls this directly

Calls 2

VmaFreeStringFunction · 0.85

Tested by

no test coverage detected