Searched defs:requested_size (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | shared_alloc_mmap.c | 36 static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *sh… in create_segments()
|
H A D | shared_alloc_posix.c | 39 static int create_segments(size_t requested_size, zend_shared_segment_posix ***shared_segments_p, i… in create_segments()
|
H A D | shared_alloc_win32.c | 168 static int zend_shared_alloc_reattach(size_t requested_size, char **error_in) in zend_shared_alloc_reattach() 216 static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *sh… in create_segments()
|
H A D | shared_alloc_shm.c | 54 static int create_segments(size_t requested_size, zend_shared_segment_shm ***shared_segments_p, int… in create_segments()
|
H A D | zend_shared_alloc.c | 122 static int zend_shared_alloc_try(const zend_shared_memory_handler_entry *he, size_t requested_size,… in zend_shared_alloc_try() 151 int zend_shared_alloc_startup(size_t requested_size) in zend_shared_alloc_startup()
|
Completed in 9 milliseconds