Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dconfig.h382 #ifndef POSIX_MALLOC_THRESHOLD
383 #define POSIX_MALLOC_THRESHOLD 10 macro
H A Dpcre_config.c161 *((int *)where) = POSIX_MALLOC_THRESHOLD; in pcre_config()
H A Dpcreposix.c328 int small_ovector[POSIX_MALLOC_THRESHOLD * 3]; in regexec()
347 if (nmatch <= POSIX_MALLOC_THRESHOLD) in regexec()
H A DChangeLog4907 slots is less than POSIX_MALLOC_THRESHOLD, use a block on the stack to pass to
4909 POSIX_MALLOC_THRESHOLD is 10; it can be changed by --with-posix-malloc-threshold

Completed in 26 milliseconds