Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ EnsureTempArenaSize
Method
EnsureTempArenaSize
trinity/Controllers/Tr2Controller.cpp:347–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
void Tr2Controller::EnsureTempArenaSize( size_t size ) const
348
{
349
if( m_tempArena.size() < size )
350
{
351
m_tempArena.resize(
""
, size );
352
}
353
}
354
355
void* Tr2Controller::GetTempArena() const
356
{
Callers
1
CreateParser
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected