Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c14091 static int executable_allocator_is_working = 0; in pcre2_jit_compile() local
14118 if (executable_allocator_is_working == 0) in pcre2_jit_compile()
14125 executable_allocator_is_working = -1; in pcre2_jit_compile()
14130 executable_allocator_is_working = 1; in pcre2_jit_compile()
14134 if (executable_allocator_is_working < 0) in pcre2_jit_compile()

Completed in 38 milliseconds