| 11252 | } |
| 11253 | |
| 11254 | void 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 |
nothing calls this directly
no test coverage detected