Home
last modified time | relevance | path

Searched refs:allocator_data (Results 1 – 6 of 6) 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() argument
214 SLJIT_UNUSED_ARG(allocator_data); in sljit_allocate_stack()
233 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data); in sljit_allocate_stack()
243 SLJIT_FREE(stack, allocator_data); in sljit_allocate_stack()
250 sljit_free_stack(stack, allocator_data); in sljit_allocate_stack()
259 SLJIT_FREE(stack, allocator_data); in sljit_allocate_stack()
266 SLJIT_FREE(stack, 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() argument
281 SLJIT_UNUSED_ARG(allocator_data); in sljit_free_stack()
287 SLJIT_FREE(stack, allocator_data); in sljit_free_stack()
H A DsljitLir.c378 compiler->allocator_data = allocator_data; in sljit_create_compiler()
384 SLJIT_FREE(compiler->buf, allocator_data); in sljit_create_compiler()
387 SLJIT_FREE(compiler, allocator_data); in sljit_create_compiler()
410 SLJIT_FREE(compiler->buf, allocator_data); in sljit_create_compiler()
412 SLJIT_FREE(compiler, allocator_data); in sljit_create_compiler()
441 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
442 SLJIT_UNUSED_ARG(allocator_data); in sljit_free_compiler()
448 SLJIT_FREE(curr, allocator_data); in sljit_free_compiler()
455 SLJIT_FREE(curr, allocator_data); in sljit_free_compiler()
461 SLJIT_FREE(compiler, allocator_data); in sljit_free_compiler()
[all …]
H A DsljitLir.h309 void *allocator_data; member
419 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data);
1307 …t_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data);
1308 …I_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocator_data);
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 DsljitNativeARM_32.c342 SLJIT_FREE(curr_patch, compiler->allocator_data); in resolve_const_pool_index()
352 …_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch), compiler->allocator_data); in resolve_const_pool_index()
357 SLJIT_FREE(curr_patch, compiler->allocator_data); in resolve_const_pool_index()
/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() argument
2359 SLJIT_UNUSED_ARG(allocator_data); in free_read_only_data()
2364 SLJIT_FREE(current, allocator_data); in free_read_only_data()
11012 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11028 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11120 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11350 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11351 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
[all …]

Completed in 53 milliseconds