OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStackDepotMaxUseCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h
35
const int
kStackDepotMaxUseCount
= 1U << (SANITIZER_ANDROID ? 16 : 20);
sanitizer_stackdepot.cc
88
COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)
kStackDepotMaxUseCount
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc
212
// Limiting to
kStackDepotMaxUseCount
/ 2 to avoid overflow in
215
f->origin_history_per_stack_limit >
kStackDepotMaxUseCount
/ 2) {
219
f->origin_history_per_stack_limit,
kStackDepotMaxUseCount
/ 2);
Completed in 15 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025