Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h642 #define SLJIT_BUILTIN_MALLOC_EXEC(size, exec_allocator_data) sljit_malloc_exec(size) argument
643 #define SLJIT_BUILTIN_FREE_EXEC(ptr, exec_allocator_data) sljit_free_exec(ptr) argument
646 #define SLJIT_MALLOC_EXEC(size, exec_allocator_data) SLJIT_BUILTIN_MALLOC_EXEC((size), (exec_alloca… argument
650 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… argument
H A DsljitLir.c395 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()
2342 SLJIT_UNUSED_ARG(exec_allocator_data); in sljit_create_compiler()
[all …]
H A DsljitLir.h422 void *exec_allocator_data; member
538 …BUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *exec_allocator_data);
585 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data);
H A DsljitNativeARM_32.c698 code = (sljit_uw*)SLJIT_MALLOC_EXEC(size * sizeof(sljit_uw), compiler->exec_allocator_data); in sljit_generate_code()
739 SLJIT_FREE_EXEC(code, compiler->exec_allocator_data); in sljit_generate_code()
842 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.c251 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativePPC_common.c412 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeX86_common.c513 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeARM_T2_32.c390 …= (sljit_u16*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_u16), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeMIPS_common.c527 …= (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_data); in sljit_generate_code()
H A DsljitNativeS390X.c1480 compiler->exec_allocator_data); in sljit_generate_code()

Completed in 73 milliseconds