HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_FREE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfig.h 66 #if defined(_KERNEL) && !defined(SLJIT_FREE)
67 #define SLJIT_FREE(ptr, allocator_data) free((ptr), M_TEMP)
129 define SLJIT_MALLOC, SLJIT_FREE, SLJIT_MEMCPY, and NULL. */
sljitUtils.c 290 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);
sljitConfigInternal.h 203 #ifndef SLJIT_FREE
204 #define SLJIT_FREE(ptr, allocator_data) free(ptr)
sljitLir.c 388 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(compiler, allocator_data)
    [all...]
sljitNativeARM_32.c 343 SLJIT_FREE(curr_patch, compiler->allocator_data);
358 SLJIT_FREE(curr_patch, compiler->allocator_data);
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 221 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 23 milliseconds