Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.c179 zend_shared_segment **tmp_shared_segments; in zend_shared_alloc_startup() local
270tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
271 if (!tmp_shared_segments) { in zend_shared_alloc_startup()
276 …copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count),… in zend_shared_alloc_startup()
282 ZSMMG(shared_segments) = tmp_shared_segments; in zend_shared_alloc_startup()
309 zend_shared_segment **tmp_shared_segments; in zend_shared_alloc_shutdown() local
319 tmp_shared_segments = malloc(shared_segments_array_size); in zend_shared_alloc_shutdown()
321 tmp_shared_segments = shared_segments_buf; in zend_shared_alloc_shutdown()
323 …copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count),… in zend_shared_alloc_shutdown()
324 ZSMMG(shared_segments) = tmp_shared_segments; in zend_shared_alloc_shutdown()

Completed in 5 milliseconds