OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:store_context_size
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/test/msan/
chained_origin_empty_stack.cc
2
// RUN: MSAN_OPTIONS=
store_context_size
=1 not %run %t 2>&1 | FileCheck %s
/external/compiler-rt/lib/msan/
msan_flags.h
33
int
store_context_size
; // like malloc_context_size, but for uninit stores
member in struct:__msan::Flags
msan.cc
148
ParseFlag(str, &f->
store_context_size
, "
store_context_size
", "");
149
if (f->
store_context_size
< 1) f->
store_context_size
= 1;
182
f->
store_context_size
= 20;
msan.h
111
GetStackTrace(&stack, flags()->
store_context_size
, pc, bp, \
Completed in 127 milliseconds