ABUF_SIZE         354 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data);
ABUF_SIZE         511 ext/pcre/pcrelib/sljit/sljitLir.c 	if (compiler->abuf->used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory))) {
ABUF_SIZE         516 ext/pcre/pcrelib/sljit/sljitLir.c 	new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data);