Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_shared_alloc.c154 size_t shared_segments_array_size; in zend_shared_alloc_startup() local
213 shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); in zend_shared_alloc_startup()
223 …tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
251 size_t shared_segments_array_size; in zend_shared_alloc_shutdown() local
257shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(voi… in zend_shared_alloc_shutdown()
258 tmp_shared_segments = emalloc(shared_segments_array_size); in zend_shared_alloc_shutdown()

Completed in 5 milliseconds