MCPcopy 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
57void Tr2MemoryCounterAL::Grow( size_t size )
58{
59 m_size += size;
60 UpdateCounters( int32_t( size ) );
61}
62
63void Tr2MemoryCounterAL::Shrink( size_t size )
64{

Callers 4

GetBoundsMethod · 0.80
GetBoundsMethod · 0.80
AdjustBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected