Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c206 …it_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data) in sljit_allocate_stack()
279 …PI_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
H A DsljitConfigInternal.h198 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
202 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c352 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
441 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
1887 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
H A DsljitLir.h309 void *allocator_data; member
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2355 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()

Completed in 43 milliseconds