OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddrIsInShadowGap
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_mapping.h
274
static inline bool
AddrIsInShadowGap
(uptr a) {
asan_report.cc
342
if (
AddrIsInShadowGap
(addr)) area_type = "shadow gap";
[
all
...]
Completed in 325 milliseconds