Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
/ deallocate
Method
deallocate
include/vk_mem_alloc.h:4685–4685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4683
4684
template<typename T>
4685
void VmaStlAllocator<T>::deallocate(T* p, size_t n) { VmaFree(m_pCallbacks, p); }
4686
#endif // _VMA_STL_ALLOCATOR
4687
4688
#ifndef _VMA_VECTOR
Callers
nothing calls this directly
Calls
1
VmaFree
Function · 0.85
Tested by
no test coverage detected