Home
last modified time | relevance | path

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

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

Completed in 54 milliseconds