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

/external/pcre/
H A Dconfig.h286 used is defined by POSIX_MALLOC_THRESHOLD. */
287 #ifndef POSIX_MALLOC_THRESHOLD
288 #define POSIX_MALLOC_THRESHOLD 10 macro
/external/pcre/dist/
H A Dconfig.h.generic286 used is defined by POSIX_MALLOC_THRESHOLD. */
287 #ifndef POSIX_MALLOC_THRESHOLD
288 #define POSIX_MALLOC_THRESHOLD 10
H A Dconfig-cmake.h.in47 #define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
H A Dpcre_config.c161 *((int *)where) = POSIX_MALLOC_THRESHOLD;
H A Dconfig.h.in286 used is defined by POSIX_MALLOC_THRESHOLD. */
287 #undef POSIX_MALLOC_THRESHOLD
H A Dpcreposix.c328 int small_ovector[POSIX_MALLOC_THRESHOLD * 3];
347 if (nmatch <= POSIX_MALLOC_THRESHOLD)

Completed in 102 milliseconds