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

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitConfig.h63 #define SLJIT_MALLOC(size, allocator_data) malloc((size), M_TEMP, M_WAITOK) macro
H A DsljitConfigInternal.h200 #define SLJIT_MALLOC(size, allocator_data) malloc(size) macro

Completed in 174 milliseconds