OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSuppressionLeak
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
70
static const char
kSuppressionLeak
[] = "leak";
71
static const char *kSuppressionTypes[] = {
kSuppressionLeak
};
637
if (suppressions->Match(module_name,
kSuppressionLeak
, &s))
643
if (suppressions->Match(cur->info.function,
kSuppressionLeak
, &s) ||
644
suppressions->Match(cur->info.file,
kSuppressionLeak
, &s)) {
Completed in 13 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025