Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c63 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data)
66 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc() function