Home
last modified time | relevance | path

Searched defs:SLJIT_FREE (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitConfigInternal.h244 #define SLJIT_FREE(ptr, allocator_data) free(ptr) macro
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c65 #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data) macro