Home
last modified time | relevance | path

Searched refs:exec_allocator_data (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h620 #define SLJIT_BUILTIN_MALLOC_EXEC(size, exec_allocator_data) sljit_malloc_exec(size) argument
621 #define SLJIT_BUILTIN_FREE_EXEC(ptr, exec_allocator_data) sljit_free_exec(ptr) argument
624 #define SLJIT_MALLOC_EXEC(size, exec_allocator_data) SLJIT_BUILTIN_MALLOC_EXEC((size), (exec_alloca… argument
628 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… argument
H A DsljitLir.c399 compiler->exec_allocator_data = exec_allocator_data; in sljit_create_compiler()
495 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code() argument
497 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
500 SLJIT_FREE_EXEC((void*)((sljit_uw)code & ~(sljit_uw)0x1), 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()
509 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
514 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_free_code()
516 SLJIT_FREE_EXEC(code, exec_allocator_data); in sljit_free_code()
2663 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_create_compiler()
[all …]
H A DsljitLir.h427 void *exec_allocator_data; member
541 …BUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *exec_allocator_data);
588 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data);
H A DsljitNativeARM_32.c703 code = (sljit_uw*)SLJIT_MALLOC_EXEC(size * sizeof(sljit_uw), compiler->exec_allocator_data); in sljit_generate_code()
744 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
847 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeSPARC_common.c318 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeARM_64.c253 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativePPC_common.c432 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeX86_common.c604 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c395 …= (sljit_u16*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_u16), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeRISCV_common.c394 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeS390X.c1511 compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeMIPS_common.c591 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()

Completed in 129 milliseconds