HomeSort by relevance Sort by last modified time
    Searched refs:origin_history_per_stack_limit (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan_flags.h 23 int origin_history_per_stack_limit; member in struct:__msan::Flags
msan.cc 131 ParseFlag(str, &f->origin_history_per_stack_limit,
132 "origin_history_per_stack_limit", "");
135 if (f->origin_history_per_stack_limit < 0 ||
136 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) {
140 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2);
176 f->origin_history_per_stack_limit = 20000;
286 if (use_count > flags()->origin_history_per_stack_limit)

Completed in 75 milliseconds