Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h557 #define SLJIT_BUILTIN_MALLOC_EXEC(size, exec_allocator_data) sljit_malloc_exec(size) argument
558 #define SLJIT_BUILTIN_FREE_EXEC(ptr, exec_allocator_data) sljit_free_exec(ptr) argument
561 #define SLJIT_MALLOC_EXEC(size, exec_allocator_data) SLJIT_BUILTIN_MALLOC_EXEC((size), (exec_alloca… argument
565 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… argument
H A DsljitLir.c577 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_allocator_data) in sljit_free_code()
695 void *exec_allocator_data, sljit_sw *executable_offset) in allocate_executable_memory()
H A DsljitNativeRISCV_common.c499 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativePPC_common.c587 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeARM_64.c463 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeARM_T2_32.c559 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeMIPS_common.c697 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeARM_32.c816 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeX86_common.c868 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c657 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
H A DsljitNativeS390X.c1395 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()

Completed in 110 milliseconds