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

Function __hxcpp_hxt_ignore_allocs

src/hx/Telemetry.cpp:603–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603void __hxcpp_hxt_ignore_allocs(int delta)
604{
605#ifdef HXCPP_STACK_TRACE
606 hx::StackContext *stack = hx::StackContext::getCurrent();
607 if (stack->mTelemetry)
608 stack->mTelemetry->IgnoreAllocs(delta);
609#endif
610}
611
612
613// These globals are called by other cpp files

Callers

nothing calls this directly

Calls 1

IgnoreAllocsMethod · 0.80

Tested by

no test coverage detected