Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c152 size_t shared_segments_array_size; in zend_shared_alloc_startup() local
224 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
234 …tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
262 size_t shared_segments_array_size; in zend_shared_alloc_shutdown() local
268shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
269 tmp_shared_segments = emalloc(shared_segments_array_size); in zend_shared_alloc_shutdown()

Completed in 6 milliseconds