OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clstk_max_size
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/coregrind/
m_clientstate.c
55
SizeT VG_(
clstk_max_size
) = 0;
variable
pub_core_clientstate.h
49
extern SizeT VG_(
clstk_max_size
); // max size of the main threads's client stack
/external/valgrind/coregrind/m_initimg/
initimg-solaris.c
499
VG_(
clstk_max_size
) = clstack_max_size;
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c
[
all
...]
syswrap-generic.c
[
all
...]
syswrap-solaris.c
697
if (tid == 1 && (new_size == 0 || new_size > VG_(
clstk_max_size
))) {
705
new_size = VG_(
clstk_max_size
);
[
all
...]
Completed in 342 milliseconds