MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~Allocation

Method ~Allocation

trinity/Tr2SuballocatedBuffer.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184Tr2SuballocatedBuffer::Allocation::~Allocation()
185{
186 if( m_parent )
187 {
188 m_parent->Free( *this );
189 }
190}
191
192Tr2BufferAL& Tr2SuballocatedBuffer::Allocation::GetBuffer() const
193{

Callers

nothing calls this directly

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected