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

Function PauseForCollect

src/hx/gc/Immix.cpp:6501–6504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6499
6500
6501void PauseForCollect()
6502{
6503 GetLocalAlloc()->PauseForCollect();
6504}
6505
6506
6507

Callers 5

gc_safe_pointFunction · 0.85
GetFreeBlockMethod · 0.85
CollectMethod · 0.85
CallAllocMethod · 0.85
__hxcpp_gc_safe_pointFunction · 0.85

Calls 2

GetLocalAllocFunction · 0.85
PauseForCollectMethod · 0.80

Tested by

no test coverage detected