Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c14852 static int executable_allocator_is_working = -1; in pcre2_jit_compile() local
14915 if (executable_allocator_is_working == -1) in pcre2_jit_compile()
14924 executable_allocator_is_working = 1; in pcre2_jit_compile()
14926 else executable_allocator_is_working = 0; in pcre2_jit_compile()
14929 if (!executable_allocator_is_working) in pcre2_jit_compile()