Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c151 zend_shared_segment **tmp_shared_segments; in zend_shared_alloc_startup() local
234tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
235 if (!tmp_shared_segments) { in zend_shared_alloc_startup()
240 …copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count),… in zend_shared_alloc_startup()
246 ZSMMG(shared_segments) = tmp_shared_segments; in zend_shared_alloc_startup()
261 zend_shared_segment **tmp_shared_segments; in zend_shared_alloc_shutdown() local
269 tmp_shared_segments = emalloc(shared_segments_array_size); in zend_shared_alloc_shutdown()
270 …copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count),… in zend_shared_alloc_shutdown()
271 ZSMMG(shared_segments) = tmp_shared_segments; in zend_shared_alloc_shutdown()

Completed in 8 milliseconds