Lines Matching refs:exec_allocator_data
366 …IBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *exec_allocator_data) in sljit_create_compiler() argument
393 compiler->exec_allocator_data = exec_allocator_data; in sljit_create_compiler()
486 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
488 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
491 SLJIT_FREE_EXEC((void*)((sljit_uw)code & ~0x1), exec_allocator_data); in sljit_free_code()
494 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
496 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
500 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
503 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
505 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
507 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
2304 …IBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *exec_allocator_data) in sljit_create_compiler() argument
2307 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_create_compiler()
2355 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
2358 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()