Searched refs:SLJIT_FREE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitConfig.h66 #if defined(_KERNEL) && !defined(SLJIT_FREE)
67 #define SLJIT_FREE(ptr, allocator_data) free((ptr), M_TEMP) macro
129 define SLJIT_MALLOC, SLJIT_FREE, SLJIT_MEMCPY, and NULL. */
H A DsljitUtils.c290 SLJIT_FREE(stack, allocator_data);
303 SLJIT_FREE(stack, allocator_data);
315 SLJIT_FREE(stack, allocator_data);
322 SLJIT_FREE(stack, allocator_data);
346 SLJIT_FREE(stack, allocator_data);
H A DsljitConfigInternal.h203 #ifndef SLJIT_FREE
204 #define SLJIT_FREE(ptr, allocator_data) free(ptr) macro
H A DsljitLir.c388 SLJIT_FREE(compiler->buf, allocator_data);
390 SLJIT_FREE(compiler->abuf, allocator_data);
391 SLJIT_FREE(compiler, allocator_data);
414 SLJIT_FREE(compiler->buf, allocator_data);
415 SLJIT_FREE(compiler->abuf, allocator_data);
416 SLJIT_FREE(compiler, allocator_data);
452 SLJIT_FREE(curr, allocator_data);
459 SLJIT_FREE(curr, allocator_data);
463 SLJIT_FREE(compiler->cpool, allocator_data);
465 SLJIT_FREE(compile
[all...]
H A DsljitNativeARM_32.c343 SLJIT_FREE(curr_patch, compiler->allocator_data);
358 SLJIT_FREE(curr_patch, compiler->allocator_data);
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c221 SLJIT_FREE(prev, NULL);
1880 SLJIT_FREE(compiler_common.dfa_transitions, NULL);
1889 SLJIT_FREE(compiler_common.dfa_transitions, NULL);
2284 SLJIT_FREE(compiler_common.dfa_transitions, NULL);
2285 SLJIT_FREE(compiler_common.search_states, NULL);
2287 SLJIT_FREE(compiler_common.range_jump_list, NULL);
2294 SLJIT_FREE(compiler_common.machine, NULL);
2314 SLJIT_FREE(machine, NULL);
2420 SLJIT_FREE(match, NULL);

Completed in 581 milliseconds