Home
last modified time | relevance | path

Searched refs:SLJIT_MALLOC (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c185 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data); in sljit_allocate_stack()
189 ptr = SLJIT_MALLOC(max_size, allocator_data); in sljit_allocate_stack()
250 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data); in sljit_allocate_stack()
H A DsljitSerialize.c172 result = (sljit_u8*)SLJIT_MALLOC(serialized_size, compiler->allocator_data); in sljit_serialize_compiler()
387 buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_deserialize_compiler()
409 …label_list = (struct sljit_label **)SLJIT_MALLOC(label_count * sizeof(struct sljit_label*), alloca… in sljit_deserialize_compiler()
H A DsljitConfigInternal.h138 #ifndef SLJIT_MALLOC
139 #define SLJIT_MALLOC(size, allocator_data) (malloc(size)) macro
H A DsljitLir.c459 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler()
483 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_create_compiler()
484 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data); in sljit_create_compiler()
511 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler()
635 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data); in ensure_buf()
654 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data); in ensure_abuf()
H A DsljitNativeARM_32.c436 …curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch), compiler->allocator_d… in resolve_const_pool_index()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c70 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) macro
3294 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
14266 common->optimized_cbracket = (sljit_u8 *)SLJIT_MALLOC(re->top_bracket + 1, allocator_data); in jit_compile()
14337 common->private_data_ptrs = (sljit_s32*)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->h… in jit_compile()
14606 common->recurse_bitset = (sljit_u8*)SLJIT_MALLOC(common->recurse_bitset_size, allocator_data);; in jit_compile()
14798 functions = SLJIT_MALLOC(sizeof(executable_functions), allocator_data); in jit_compile()

Completed in 126 milliseconds