Home
last modified time | relevance | path

Searched defs:requested_size (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c114 static int zend_shared_alloc_reattach(size_t requested_size, char **error_in) in zend_shared_alloc_reattach()
192 static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *sh… in create_segments()
H A Dshared_alloc_mmap.c39 static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *sh… in create_segments()
H A Dshared_alloc_posix.c39 static int create_segments(size_t requested_size, zend_shared_segment_posix ***shared_segments_p, i… in create_segments()
H A Dshared_alloc_shm.c53 static int create_segments(size_t requested_size, zend_shared_segment_shm ***shared_segments_p, int… in create_segments()
H A Dzend_shared_alloc.c119 static int zend_shared_alloc_try(const zend_shared_memory_handler_entry *he, size_t requested_size,… in zend_shared_alloc_try()
148 int zend_shared_alloc_startup(size_t requested_size) in zend_shared_alloc_startup()

Completed in 37 milliseconds