he 121 ext/opcache/zend_shared_alloc.c static int zend_shared_alloc_try(const zend_shared_memory_handler_entry *he, size_t requested_size, zend_shared_segment ***shared_segments_p, int *shared_segments_count, char **error_in) he 124 ext/opcache/zend_shared_alloc.c g_shared_alloc_handler = he->handler; he 125 ext/opcache/zend_shared_alloc.c g_shared_model = he->name; he 156 ext/opcache/zend_shared_alloc.c const zend_shared_memory_handler_entry *he; he 175 ext/opcache/zend_shared_alloc.c for (he = handler_table; he->name; he++) { he 176 ext/opcache/zend_shared_alloc.c if (strcmp(model, he->name) == 0) { he 177 ext/opcache/zend_shared_alloc.c res = zend_shared_alloc_try(he, requested_size, &ZSMMG(shared_segments), &ZSMMG(shared_segments_count), &error_in); he 198 ext/opcache/zend_shared_alloc.c for (he = handler_table; he->name; he++) { he 199 ext/opcache/zend_shared_alloc.c res = zend_shared_alloc_try(he, requested_size, &ZSMMG(shared_segments), &ZSMMG(shared_segments_count), &error_in);