Searched refs:ByteMap (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_internal.h | 32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef 36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef 40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
|
D | sanitizer_allocator.h | 687 class ByteMap, 693 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; 893 ByteMap possible_regions;
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 129 typedef FlatByteMap<kNumRegions> ByteMap; typedef 131 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 136 ByteMap,
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 50 SizeClassMap, kRegionSizeLog, ByteMap,
|
/external/regex-re2/re2/ |
D | dfa.cc | 334 int ByteMap(int c) { in ByteMap() function in re2::DFA 992 State* ns = state->next_[ByteMap(c)]; in RunStateOnByte() 1069 state->next_[ByteMap(c)] = ns; in RunStateOnByte() 1481 State* ns = s->next_[ByteMap(lastbyte)]; in InlinedSearchLoop()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 64 MapUnmapCallback> ByteMap; typedef 66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,
|