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

/barrelfish-master/lib/pcre/
H A Dconfig.h333 used is defined by POSIX_MALLOC_THRESHOLD. */
334 #ifndef POSIX_MALLOC_THRESHOLD
335 #define POSIX_MALLOC_THRESHOLD 10 macro
H A Dpcre_config.c161 *((int *)where) = POSIX_MALLOC_THRESHOLD;
H A Dpcreposix.c329 int small_ovector[POSIX_MALLOC_THRESHOLD * 3];
348 if (nmatch <= POSIX_MALLOC_THRESHOLD)

Completed in 20 milliseconds