Home
last modified time | relevance | path

Searched refs:segment_type_size (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dshared_alloc_mmap.c90 static size_t segment_type_size(void) in segment_type_size() function
98 segment_type_size
H A Dshared_alloc_posix.c87 static size_t segment_type_size(void) in segment_type_size() function
95 segment_type_size
H A Dshared_alloc_shm.c133 static size_t segment_type_size(void) in segment_type_size() function
141 segment_type_size
H A Dzend_shared_alloc.c223 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
240 …hared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); in zend_shared_alloc_startup()
269 …shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
275 …hared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); in zend_shared_alloc_shutdown()
H A Dshared_alloc_win32.c332 static size_t segment_type_size(void) in segment_type_size() function
340 segment_type_size
H A Dzend_shared_alloc.h88 size_t (*segment_type_size)(void); member

Completed in 15 milliseconds