Home
last modified time | relevance | path

Searched refs:origin_history_per_stack_limit (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan.cc131 ParseFlag(str, &f->origin_history_per_stack_limit, in ParseFlagsFromString()
135 if (f->origin_history_per_stack_limit < 0 || in ParseFlagsFromString()
136 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in ParseFlagsFromString()
140 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in ParseFlagsFromString()
176 f->origin_history_per_stack_limit = 20000; in InitializeFlags()
286 if (use_count > flags()->origin_history_per_stack_limit) in ChainOrigin()
Dmsan_flags.h23 int origin_history_per_stack_limit; member