| 11575 | } |
| 11576 | |
| 11577 | void 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 |
nothing calls this directly
no test coverage detected