Searched defs:CPOOL_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.c134 # define CPOOL_SIZE 512 macro
384 compiler->cpool = (sljit_uw*)SLJIT_MALLOC(CPOOL_SIZE * sizeof(sljit_uw) + CPOOL_SIZE * sizeof(sljit_ub));
391 compiler->cpool_unique = (sljit_ub*)(compiler->cpool + CPOOL_SIZE);

Completed in 51 milliseconds