pub type zend_gc_status = _zend_gc_status;
Aliased Type§
struct zend_gc_status {
pub active: bool,
pub gc_protected: bool,
pub full: bool,
pub runs: u32,
pub collected: u32,
pub threshold: u32,
pub buf_size: u32,
pub num_roots: u32,
pub application_time: u64,
pub collector_time: u64,
pub dtor_time: u64,
pub free_time: u64,
}
Fields§
§active: bool
§gc_protected: bool
§full: bool
§runs: u32
§collected: u32
§threshold: u32
§buf_size: u32
§num_roots: u32
§application_time: u64
§collector_time: u64
§dtor_time: u64
§free_time: u64