Home
last modified time | relevance | path

Searched defs:ByteMap (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/compiler-rt/lib/asan/
Dasan_allocator.h136 typedef FlatByteMap<kNumRegions> ByteMap; typedef
138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h64 MapUnmapCallback> ByteMap; typedef
/external/regex-re2/re2/
Ddfa.cc334 int ByteMap(int c) { in ByteMap() function in re2::DFA