Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6501
void PauseForCollect()
6502
{
6503
GetLocalAlloc()->PauseForCollect();
6504
}
6505
6506
6507
Callers
5
gc_safe_point
Function · 0.85
GetFreeBlock
Method · 0.85
Collect
Method · 0.85
CallAlloc
Method · 0.85
__hxcpp_gc_safe_point
Function · 0.85
Calls
2
GetLocalAlloc
Function · 0.85
PauseForCollect
Method · 0.80
Tested by
no test coverage detected