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

Method sampleExit

src/hx/Telemetry.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 StackUpdate(frame);
92 }
93 inline void sampleExit()
94 {
95 StackUpdate(0);
96 }
97
98 void HXTAllocation(void* obj, size_t inSize, const char* type=0);
99 void HXTRealloc(void* old_obj, void* new_obj, int new_Size);

Callers 1

tlmSampleExitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected