Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dshared_alloc_mmap.c67 static size_t segment_type_size(void) in segment_type_size() function
75 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.c213 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
229 …hared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); in zend_shared_alloc_startup()
257 …shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
259 …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.h84 size_t (*segment_type_size)(void); member
H A Dshared_alloc_win32.c335 static size_t segment_type_size(void) in segment_type_size() function
343 segment_type_size

Completed in 12 milliseconds