MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / collect_debt

Method collect_debt

aiscript-arena/src/arena.rs:276–280  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

274 /// returning in-between.
275 #[inline]
276 pub fn collect_debt(&mut self) {
277 unsafe {
278 self.context.do_collection(&self.root, 0.0, None);
279 }
280 }
281
282 /// Run only the *marking* part of incremental garbage collection until allocation debt is
283 /// <= 0.0.

Callers 1

interpretMethod · 0.80

Calls 1

do_collectionMethod · 0.80

Tested by

no test coverage detected