Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
Tr2SuballocatedBuffer::Allocation::~Allocation()
185
{
186
if( m_parent )
187
{
188
m_parent->Free( *this );
189
}
190
}
191
192
Tr2BufferAL& Tr2SuballocatedBuffer::Allocation::GetBuffer() const
193
{
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected