Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitConfigInternal.h236 #ifndef SLJIT_MALLOC
237 #define SLJIT_MALLOC(size) malloc(size) macro
DsljitUtils.c235 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack)); in sljit_allocate_stack()
DsljitLir.c335 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler()
357 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE); in sljit_create_compiler()
358 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE); in sljit_create_compiler()
384 …compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(slji… in sljit_create_compiler()
491 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE); in ensure_buf()
510 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE); in ensure_abuf()
DsljitNativeARM_32.c350 curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch)); in resolve_const_pool_index()
/external/pcre/dist/
Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size) (PUBL(malloc))(size) macro
3590 common->read_only_data = (sljit_uw *)SLJIT_MALLOC(common->read_only_data_size); in fast_forward_first_n_chars()
9852 common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1); in PRIV()
9930 common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->ha… in PRIV()
9956 common->read_only_data = (sljit_uw *)SLJIT_MALLOC(common->read_only_data_size); in PRIV()
10340 functions = SLJIT_MALLOC(sizeof(executable_functions)); in PRIV()