rust_cc

Module state

Source
Expand description

Information about the garbage collector state.

Enums§

  • An error returned by functions accessing the garbage collector state.

Functions§

  • Returns the number of allocated bytes managed by the garbage collector.
  • Returns the number of objects buffered to be processed in the next collection.
  • Returns the total number of executed collections.
  • Returns true if the garbage collector is in a tracing phase, false otherwise.