Searched defs:allocator_data (Results 1 - 5 of 5) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_misc.c | 53 PRIV(jit_free_rodata)(void *current, void *allocator_data) in jit_free_rodata() argument
|
H A D | pcre2_jit_compile.c | 67 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc() argument 73 static void pcre2_jit_free(void *ptr, void *allocator_data) in pcre2_jit_free() argument 13699 void *allocator_data in jit_compile() local [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitUtils.c | 175 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack() argument 202 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack() argument 221 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack() argument 230 sljit_free_stack(struct sljit_stack *stack, void *allocator_data) sljit_free_stack() argument 239 sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) sljit_allocate_stack() argument [all...] |
H A D | sljitLir.c | 374 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *exec_allocator_data) in sljit_create_compiler() argument 465 void *allocator_data = compiler->allocator_data; sljit_free_compiler() local 2660 sljit_create_compiler(void *allocator_data, void *exec_allocator_data) sljit_create_compiler() argument [all...] |
H A D | sljitLir.h | 426 void *allocator_data; member
|
Completed in 21 milliseconds