Searched refs:SLJIT_FREE_EXEC (Results 1 – 4 of 4) sorted by relevance
627 #ifndef SLJIT_FREE_EXEC628 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… macro
491 SLJIT_FREE_EXEC((void*)((sljit_uw)code & ~0x1), exec_allocator_data); in sljit_free_code()500 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()507 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
729 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()832 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
14211 SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr), NULL); in pcre2_jit_compile()
Completed in 49 milliseconds