MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxCollectGarbage

Function fxCollectGarbage

xs/sources/xsAPI.c:1822–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820/* Garbage Collector */
1821
1822void fxCollectGarbage(txMachine* the)
1823{
1824 fxCollect(the, XS_COMPACT_FLAG | XS_COLLECT_KEYS_FLAG);
1825}
1826
1827void fxEnableGarbageCollection(txMachine* the, txBoolean enableIt)
1828{

Callers 8

_262_gcFunction · 0.85
ServiceEventDeleteFunction · 0.85
fxShareMachineFunction · 0.85
fxWriteSnapshotFunction · 0.85
fxDebugPushTagFunction · 0.85
espDebugBreakFunction · 0.85
espDebugBreakFunction · 0.85
modDebugBreakFunction · 0.85

Calls 1

fxCollectFunction · 0.85

Tested by

no test coverage detected