OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_core_redzone_size
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_options.h
170
extern Int VG_(
clo_core_redzone_size
);
m_options.c
99
Int VG_(
clo_core_redzone_size
) = CORE_REDZONE_DEFAULT_SZB;
variable
m_mallocfree.c
509
// It might be overriden by VG_(clo_redzone_size) or VG_(
clo_core_redzone_size
).
529
if (VG_(
clo_core_redzone_size
) != rz_szB)
530
rz_szB = VG_(
clo_core_redzone_size
);
[
all
...]
m_main.c
[
all
...]
Completed in 815 milliseconds