Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp84 uptr max_parts = Trace::kMinParts + flags()->history_size; in TracePartAlloc() local
86 if (trace->parts_allocated == max_parts || in TracePartAlloc()
103 if (trace->parts_allocated < max_parts) { in TracePartAlloc()