SLJIT_MALLOC     2118 ext/pcre/pcrelib/pcre_jit_compile.c result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data);
SLJIT_MALLOC     9868 ext/pcre/pcrelib/pcre_jit_compile.c common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_data);
SLJIT_MALLOC     9946 ext/pcre/pcrelib/pcre_jit_compile.c common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0)), compiler->allocator_data);
SLJIT_MALLOC     10328 ext/pcre/pcrelib/pcre_jit_compile.c   functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data);
SLJIT_MALLOC      205 ext/pcre/pcrelib/sljit/sljitConfigInternal.h #ifndef SLJIT_MALLOC
SLJIT_MALLOC      330 ext/pcre/pcrelib/sljit/sljitLir.c 	struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compiler), allocator_data);
SLJIT_MALLOC      353 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data);
SLJIT_MALLOC      354 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data);
SLJIT_MALLOC      381 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw)
SLJIT_MALLOC      497 ext/pcre/pcrelib/sljit/sljitLir.c 	new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data);
SLJIT_MALLOC      516 ext/pcre/pcrelib/sljit/sljitLir.c 	new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data);
SLJIT_MALLOC      352 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch), compiler->allocator_data);
SLJIT_MALLOC      236 ext/pcre/pcrelib/sljit/sljitUtils.c 	stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack), allocator_data);