HomeSort by relevance Sort by last modified time
    Searched defs:ByteMap (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap;
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
  /external/compiler-rt/lib/asan/
asan_allocator.h 136 typedef FlatByteMap<kNumRegions> ByteMap;
138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
143 ByteMap,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
  /external/compiler-rt/lib/msan/
msan_allocator.cc 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
50 SizeClassMap, kRegionSizeLog, ByteMap,
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
84 SizeClassMap, kRegionSizeLog, ByteMap,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 64 MapUnmapCallback> ByteMap;
66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,
  /external/regex-re2/re2/
dfa.cc 334 int ByteMap(int c) {
337 return prog_->bytemap()[c];
1330 const uint8* bytemap = prog_->bytemap(); local
    [all...]

Completed in 164 milliseconds