Searched refs:POSIX_MALLOC_THRESHOLD (Results 1 – 11 of 11) sorted by relevance
287 #define POSIX_MALLOC_THRESHOLD 10 macro
328 int small_ovector[POSIX_MALLOC_THRESHOLD * 3]; in regexec()347 if (nmatch <= POSIX_MALLOC_THRESHOLD) in regexec()
161 *((int *)where) = POSIX_MALLOC_THRESHOLD; in pcre_config()
47 #define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@ macro
285 used is defined by POSIX_MALLOC_THRESHOLD. */286 #ifndef POSIX_MALLOC_THRESHOLD287 #define POSIX_MALLOC_THRESHOLD 10
285 used is defined by POSIX_MALLOC_THRESHOLD. */286 #undef POSIX_MALLOC_THRESHOLD
655 POSIX_MALLOC_THRESHOLD 10 to pcre.h since it was not defined anywhere.681 $! I had to set POSIX_MALLOC_THRESHOLD to 10 in PCRE.H since the symbol686 $! I had to set POSIX_MALLOC_THRESHOLD to 10 in PCRE.H since the symbol
794 AC_DEFINE_UNQUOTED([POSIX_MALLOC_THRESHOLD], [$with_posix_malloc_threshold], [ definition801 the stack is no longer used is defined by POSIX_MALLOC_THRESHOLD.])
155 "Threshold for malloc() usage. See POSIX_MALLOC_THRESHOLD in config.h.in for details.")
4907 slots is less than POSIX_MALLOC_THRESHOLD, use a block on the stack to pass to4909 POSIX_MALLOC_THRESHOLD is 10; it can be changed by --with-posix-malloc-threshold