OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_keep_stacktraces
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/
mc_malloc_wrappers.c
269
switch (MC_(
clo_keep_stacktraces
)) {
282
switch (MC_(
clo_keep_stacktraces
)) {
297
switch (MC_(
clo_keep_stacktraces
)) {
311
switch (MC_(
clo_keep_stacktraces
)) {
324
switch (MC_(
clo_keep_stacktraces
)) {
[
all
...]
mc_include.h
71
/* Variable-length array. The size depends on MC_(
clo_keep_stacktraces
).
78
to MC_(
clo_keep_stacktraces
) and/or because block not yet freed). */
82
/* Records and sets execontext according to MC_(
clo_keep_stacktraces
) */
86
/* number of pointers needed according to MC_(
clo_keep_stacktraces
). */
553
and/or freed are optionally kept depending on MC_(
clo_keep_stacktraces
). */
563
extern KeepStacktraces MC_(
clo_keep_stacktraces
);
mc_main.c
5188
KeepStacktraces MC_(
clo_keep_stacktraces
) = KS_alloc_then_free;
variable
[
all
...]
Completed in 48 milliseconds