Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h139 #define SLJIT_MALLOC(size, allocator_data) (malloc(size)) macro
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c70 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) macro

Completed in 38 milliseconds