Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c14168 static int executable_allocator_is_working = 0; in pcre2_jit_compile() local
14195 if (executable_allocator_is_working == 0) in pcre2_jit_compile()
14202 executable_allocator_is_working = -1; in pcre2_jit_compile()
14207 executable_allocator_is_working = 1; in pcre2_jit_compile()
14211 if (executable_allocator_is_working < 0) in pcre2_jit_compile()