Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitConfig.h67 #define SLJIT_FREE(ptr, allocator_data) free((ptr), M_TEMP) macro
H A DsljitConfigInternal.h204 #define SLJIT_FREE(ptr, allocator_data) free(ptr) macro