Home
last modified time | relevance | path

Searched refs:COMPILE_WORK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c116 #define COMPILE_WORK_SIZE (2048*LINK_SIZE) /* Size in code units */ macro
119 ((COMPILE_WORK_SIZE * sizeof(PCRE2_UCHAR))/sizeof(uint32_t))
8453 cb.workspace_size = COMPILE_WORK_SIZE; in pcre2_compile()