HomeSort by relevance Sort by last modified time
    Searched defs:SLJIT_MALLOC (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/sljit/
sljitConfigInternal.h 205 #ifndef SLJIT_MALLOC
206 #define SLJIT_MALLOC(size, allocator_data) malloc(size)
  /external/pcre/dist2/src/
pcre2_jit_compile.c 63 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data)
    [all...]

Completed in 277 milliseconds