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

#include <zend_shared_alloc.h>

Data Fields

size_t size
 
size_t end
 
size_t pos
 
voidp
 

Detailed Description

Definition at line 76 of file zend_shared_alloc.h.

Field Documentation

◆ end

size_t _zend_shared_segment::end

Definition at line 78 of file zend_shared_alloc.h.

◆ p

void* _zend_shared_segment::p

Definition at line 80 of file zend_shared_alloc.h.

◆ pos

size_t _zend_shared_segment::pos

Definition at line 79 of file zend_shared_alloc.h.

◆ size

size_t _zend_shared_segment::size

Definition at line 77 of file zend_shared_alloc.h.


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