Searched refs:new_frag (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.c489 struct sljit_memory_fragment *new_frag; local
497 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data);
498 PTR_FAIL_IF_NULL(new_frag);
499 new_frag->next = compiler->buf;
500 compiler->buf = new_frag;
501 new_frag->used_size = size;
502 return new_frag->memory;
508 struct sljit_memory_fragment *new_frag; local
516 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data);
517 PTR_FAIL_IF_NULL(new_frag);
[all...]

Completed in 200 milliseconds