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

/httpd/server/
H A Dutil_pcre.c59 #ifndef POSIX_MALLOC_THRESHOLD
60 #define POSIX_MALLOC_THRESHOLD (10) macro
202 int small_ovector[POSIX_MALLOC_THRESHOLD * 3];
213 if (nmatch <= POSIX_MALLOC_THRESHOLD) {

Completed in 249 milliseconds