reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
211 if (f->origin_history_per_stack_limit < 0 || 212 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { 216 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2);projects/compiler-rt/lib/msan/msan_origin.h
125 if (flags()->origin_history_per_stack_limit > 0) { 127 if (use_count > flags()->origin_history_per_stack_limit) return prev; 134 if (inserted && flags()->origin_history_per_stack_limit > 0)