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

Method ~VmaVector

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

Source from the content-addressed store, hash-verified

4747#ifndef _VMA_VECTOR_FUNCTIONS
4748template<typename T, typename AllocatorT>
4749VmaVector<T, AllocatorT>::~VmaVector() { VmaFree(m_Allocator.m_pCallbacks, m_pArray); }
4750
4751template<typename T, typename AllocatorT>
4752VmaVector<T, AllocatorT>::VmaVector(const AllocatorT& allocator)

Callers

nothing calls this directly

Calls 1

VmaFreeFunction · 0.85

Tested by

no test coverage detected