MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / dapiOnAfterGC

Function dapiOnAfterGC

src/runtime/context.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void dapiOnAfterGC ( Context & ctx ) {
60 for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){
61 pAgent->onAfterGC(&ctx);
62 });
63 }
64
65 Context::Context(uint32_t stackSize, bool ph) : stack(stackSize) {
66 ref_count_magic = TRACK_PTR_CONTEXT;

Callers 1

~GcGuardMethod · 0.85

Calls 2

for_each_debug_agentFunction · 0.85
onAfterGCMethod · 0.45

Tested by

no test coverage detected