Searched defs:exec_allocator_data (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitConfigInternal.h | 557 #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 D | sljitLir.c | 577 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 D | sljitNativeRISCV_common.c | 499 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativePPC_common.c | 587 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeARM_64.c | 463 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeARM_32.c | 816 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeMIPS_common.c | 697 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeARM_T2_32.c | 559 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeX86_common.c | 868 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeLOONGARCH_64.c | 657 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|
H A D | sljitNativeS390X.c | 1395 … sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 options, void *exec_allocator_data) in sljit_generate_code()
|