php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_gc_status Struct Reference

#include <zend_gc.h>

Data Fields

bool active
 
bool gc_protected
 
bool full
 
uint32_t runs
 
uint32_t collected
 
uint32_t threshold
 
uint32_t buf_size
 
uint32_t num_roots
 
zend_hrtime_t application_time
 
zend_hrtime_t collector_time
 
zend_hrtime_t dtor_time
 
zend_hrtime_t free_time
 

Detailed Description

Definition at line 31 of file zend_gc.h.

Field Documentation

◆ active

bool _zend_gc_status::active

Definition at line 32 of file zend_gc.h.

◆ application_time

zend_hrtime_t _zend_gc_status::application_time

Definition at line 40 of file zend_gc.h.

◆ buf_size

uint32_t _zend_gc_status::buf_size

Definition at line 38 of file zend_gc.h.

◆ collected

uint32_t _zend_gc_status::collected

Definition at line 36 of file zend_gc.h.

◆ collector_time

zend_hrtime_t _zend_gc_status::collector_time

Definition at line 41 of file zend_gc.h.

◆ dtor_time

zend_hrtime_t _zend_gc_status::dtor_time

Definition at line 42 of file zend_gc.h.

◆ free_time

zend_hrtime_t _zend_gc_status::free_time

Definition at line 43 of file zend_gc.h.

◆ full

bool _zend_gc_status::full

Definition at line 34 of file zend_gc.h.

◆ gc_protected

bool _zend_gc_status::gc_protected

Definition at line 33 of file zend_gc.h.

◆ num_roots

uint32_t _zend_gc_status::num_roots

Definition at line 39 of file zend_gc.h.

◆ runs

uint32_t _zend_gc_status::runs

Definition at line 35 of file zend_gc.h.

◆ threshold

uint32_t _zend_gc_status::threshold

Definition at line 37 of file zend_gc.h.


The documentation for this struct was generated from the following file: