Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c70 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data)
73 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc() function