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

#include <zend_objects_API.h>

Data Fields

zend_object ** object_buckets
 
uint32_t top
 
uint32_t size
 
int free_list_head
 

Detailed Description

Definition at line 47 of file zend_objects_API.h.

Field Documentation

◆ free_list_head

int _zend_objects_store::free_list_head

Definition at line 51 of file zend_objects_API.h.

◆ object_buckets

zend_object** _zend_objects_store::object_buckets

Definition at line 48 of file zend_objects_API.h.

◆ size

uint32_t _zend_objects_store::size

Definition at line 50 of file zend_objects_API.h.

◆ top

uint32_t _zend_objects_store::top

Definition at line 49 of file zend_objects_API.h.


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