Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds