rust_cc::state

Function buffered_objects_count

Source
pub fn buffered_objects_count() -> Result<usize, StateAccessError>
Expand description

Returns the number of objects buffered to be processed in the next collection.

See Cc::mark_alive for more details.