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

Method freeTempSize

src/hx/cppia/CppiaCompiler.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 void freeTempSize(int inSize) HXCPP_OVERRIDE
365 {
366 localSize -= inSize;
367 }
368
369
370 int allocTemp(JitType inType) HXCPP_OVERRIDE

Callers 1

~JitTempMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected