Searched refs:SLJIT_MALLOC (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitConfigInternal.h | 205 #ifndef SLJIT_MALLOC 206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) macro
|
H A D | sljitUtils.c | 236 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data); in sljit_allocate_stack()
|
H A D | sljitLir.c | 330 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() 353 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_create_compiler() 354 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data); in sljit_create_compiler() 381 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) in sljit_create_compiler() 497 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data); in ensure_buf() 516 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data); in ensure_abuf()
|
H A D | sljitNativeARM_32.c | 352 …curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch), compiler->allocator_d… in resolve_const_pool_index()
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) macro 2141 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data() 9910 common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_da… in PRIV() 9988 common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->ha… in PRIV() 10371 functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data); in PRIV()
|
Completed in 52 milliseconds