HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_MALLOC (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/sljit/
sljitConfigInternal.h 236 #ifndef SLJIT_MALLOC
237 #define SLJIT_MALLOC(size) malloc(size)
sljitUtils.c 235 stack = (struct sljit_stack*)SLJIT_MALLOC(sizeof(struct sljit_stack));
sljitLir.c 335 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compiler));
357 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
358 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE);
384 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(sljit_ub));
491 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE);
510 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE);
    [all...]
sljitNativeARM_32.c 350 curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch));
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 55 #define SLJIT_MALLOC(size) (PUBL(malloc))(size)
    [all...]

Completed in 79 milliseconds