Searched refs:pcre2_jit_malloc (Results 1 – 1 of 1) sorted by relevance
63 #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