Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ~Vector
Method
~Vector
modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:987–990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
986
template<typename T>
987
Vector<T>::~Vector()
988
{
989
Free(m_AllocationCallbacks, m_pArray);
990
}
991
992
template<typename T>
993
void Vector<T>::push_back(const T& src)
Callers
nothing calls this directly
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected