Home
last modified time | relevance | path

Searched defs:allocator_data (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c172 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack()
199 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
218 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
227 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
236 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack()
H A DsljitConfigInternal.h240 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
244 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c366 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler()
456 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
2307 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler()
H A DsljitLir.h393 void *allocator_data; member
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c64 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) argument
65 #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data) argument
67 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
73 static void pcre2_jit_free(void *ptr, void *allocator_data) in pcre2_jit_free()
13470 void *allocator_data = &re->memctl; in jit_compile() local

Completed in 54 milliseconds