Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dshared_alloc_mmap.c84 static int detach_segment(zend_shared_segment *shared_segment) in detach_segment() function
97 detach_segment,
H A Dshared_alloc_posix.c80 static int detach_segment(zend_shared_segment_posix *shared_segment) in detach_segment() function
94 (detach_segment_t)detach_segment,
H A Dshared_alloc_shm.c127 static int detach_segment(zend_shared_segment_shm *shared_segment) in detach_segment() function
140 (detach_segment_t)detach_segment,
H A Dshared_alloc_win32.c317 static int detach_segment(zend_shared_segment *shared_segment) in detach_segment() function
339 detach_segment,
H A Dzend_shared_alloc.h87 detach_segment_t detach_segment; member
H A Dzend_shared_alloc.c138 S_H(detach_segment)((*shared_segments_p)[i]); in zend_shared_alloc_try()
279 S_H(detach_segment)(ZSMMG(shared_segments)[i]); in zend_shared_alloc_shutdown() local

Completed in 14 milliseconds