OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_GROWTH_RATE
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist2/src/
pcre2_jit_misc.c
142
startsize = (startsize +
STACK_GROWTH_RATE
- 1) & ~(
STACK_GROWTH_RATE
- 1);
143
maxsize = (maxsize +
STACK_GROWTH_RATE
- 1) & ~(
STACK_GROWTH_RATE
- 1);
pcre2_jit_compile.c
99
#define
STACK_GROWTH_RATE
8192
[
all
...]
Completed in 153 milliseconds