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

  /external/pcre/dist/sljit/
sljitConfigInternal.h 209 #ifndef SLJIT_FREE
210 #define SLJIT_FREE(ptr, allocator_data) free(ptr)
  /external/pcre/dist/
pcre_jit_compile.c 56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr)
    [all...]

Completed in 324 milliseconds