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

#include <zend_shared_alloc.h>

Data Fields

create_segments_t create_segments
 
detach_segment_t detach_segment
 
size_t(* segment_type_size )(void)
 

Detailed Description

Definition at line 86 of file zend_shared_alloc.h.

Field Documentation

◆ create_segments

create_segments_t zend_shared_memory_handlers::create_segments

Definition at line 87 of file zend_shared_alloc.h.

◆ detach_segment

detach_segment_t zend_shared_memory_handlers::detach_segment

Definition at line 88 of file zend_shared_alloc.h.

◆ segment_type_size

size_t(* zend_shared_memory_handlers::segment_type_size) (void)

Definition at line 89 of file zend_shared_alloc.h.


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