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

Method allocTemp

src/hx/cppia/CppiaCompiler.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369
370 int allocTemp(JitType inType) HXCPP_OVERRIDE
371 {
372 return allocTempSize(getJitTypeSize(inType));
373 }
374
375 void freeTemp(JitType inType) HXCPP_OVERRIDE
376 {

Callers 1

JitTempMethod · 0.80

Calls 1

getJitTypeSizeFunction · 0.85

Tested by

no test coverage detected