OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clo_max_stackframe
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
m_stacks.c
294
if (delta < -VG_(
clo_max_stackframe
) || VG_(
clo_max_stackframe
) < delta) {
m_options.c
115
Word VG_(
clo_max_stackframe
) = 2000000;
variable
pub_core_options.h
235
extern Word VG_(
clo_max_stackframe
);
m_main.c
325
- set VG_(
clo_max_stackframe
) (--max-stackframe=)
363
// Set up VG_(
clo_max_stackframe
) and VG_(clo_main_stacksize).
366
else if VG_INT_CLO(str, "--max-stackframe", VG_(
clo_max_stackframe
)) {}
[
all
...]
Completed in 321 milliseconds