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

/external/pcre/dist/
H A Dpcretest.c4122 size_t jitsize; local
4123 if (new_info(re, extra, PCRE_INFO_JITSIZE, &jitsize) == 0 &&
4124 jitsize != 0)
4125 fprintf(outfile, "Memory allocation (JIT code): %d\n", (int)jitsize);

Completed in 82 milliseconds