MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / allocTempSize

Method allocTempSize

src/hx/cppia/CppiaCompiler.cpp:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354
355 int allocTempSize(int size) HXCPP_OVERRIDE
356 {
357 int result = localSize;
358 localSize += size;
359 if (localSize>maxLocalSize)
360 maxLocalSize = localSize;
361 return result;
362 }
363
364 void freeTempSize(int inSize) HXCPP_OVERRIDE
365 {

Callers 1

JitTempMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected