Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
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
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()
DsljitNativeRISCV_common.c499 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativePPC_common.c587 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeARM_64.c463 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeMIPS_common.c697 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeARM_32.c816 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeARM_T2_32.c559 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeX86_common.c868 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeLOONGARCH_64.c657 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
DsljitNativeS390X.c1395 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()