| 601 | } |
| 602 | |
| 603 | void __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 |
nothing calls this directly
no test coverage detected