Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ Grow
Method
Grow
trinityal/Tr2MemoryCounterAL.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void Tr2MemoryCounterAL::Grow( size_t size )
58
{
59
m_size += size;
60
UpdateCounters( int32_t( size ) );
61
}
62
63
void Tr2MemoryCounterAL::Shrink( size_t size )
64
{
Callers
4
GetBounds
Method · 0.80
GetInstanceBoundsClosestToPoint
Method · 0.80
GetBounds
Method · 0.80
AdjustBounds
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected