Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c3191 size_t jit_size = 0; local
3203 jit_size = JIT_G(buffer_size);
3204 jit_size = ZEND_MM_ALIGNED_SIZE_EX(jit_size, page_size);
3205 shm_size += jit_size;
3208 switch (zend_shared_alloc_startup(shm_size, jit_size)) {
3264 zend_jit_startup(ZSMMG(reserved), jit_size, reattached);
/php-src/ext/pcre/
H A Dphp_pcre.c804 size_t jit_size = 0; in pcre_get_compiled_regex_cache_ex() local
805 if (!pcre2_pattern_info(re, PCRE2_INFO_JITSIZE, &jit_size) && jit_size > 0) { in pcre_get_compiled_regex_cache_ex()

Completed in 35 milliseconds