Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dshared_alloc_mmap.c83 static size_t segment_type_size(void) in segment_type_size() function
91 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.c134 static size_t segment_type_size(void) in segment_type_size() function
142 segment_type_size
H A Dzend_shared_alloc.c224 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()
268 …shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
270 …hared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); in zend_shared_alloc_shutdown()
H A Dzend_shared_alloc.h85 size_t (*segment_type_size)(void); member
H A Dshared_alloc_win32.c350 static size_t segment_type_size(void) in segment_type_size() function
358 segment_type_size

Completed in 21 milliseconds