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

Function __hxt_new_array

src/hx/Telemetry.cpp:626–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 #endif
625}
626void __hxt_new_array(void* obj, int inSize)
627{
628 #ifdef HXCPP_STACK_TRACE
629 hx::StackContext *stack = hx::StackContext::getCurrent();
630 if (stack->mTelemetry)
631 stack->mTelemetry->HXTAllocation(obj, inSize, (const char *)"Array");
632 #endif
633}
634void __hxt_new_hash(void* obj, int inSize)
635{
636 #ifdef HXCPP_STACK_TRACE

Callers 4

ArrayBaseMethod · 0.50
reserveMethod · 0.50
ReallocMethod · 0.50
__SetSizeExactMethod · 0.50

Calls 1

HXTAllocationMethod · 0.80

Tested by

no test coverage detected