Searched refs:ByteMap (Results 1 - 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef in namespace:__sanitizer 36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer 40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
|
H A D | sanitizer_allocator.h | 676 // a ByteMap possible_regions to store the size classes of each Region. 688 class ByteMap, 694 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; 898 ByteMap possible_regions;
|
/external/compiler-rt/lib/asan/ |
H A D | asan_allocator.h | 133 typedef FlatByteMap<kNumRegions> ByteMap; typedef in namespace:__asan 135 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan 140 ByteMap,
|
/external/compiler-rt/lib/msan/ |
H A D | msan_allocator.cc | 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan 50 SizeClassMap, kRegionSizeLog, ByteMap, 80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan 84 SizeClassMap, kRegionSizeLog, ByteMap,
|
/external/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cc | 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__lsan 42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
|
/external/regex-re2/re2/ |
H A D | dfa.cc | 334 int ByteMap(int c) { function in class:re2::DFA 992 State* ns = state->next_[ByteMap(c)]; 1069 state->next_[ByteMap(c)] = ns; 1388 // Okay to use bytemap[] not ByteMap() here, because 1481 State* ns = s->next_[ByteMap(lastbyte)];
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 64 MapUnmapCallback> ByteMap; typedef in namespace:__tsan 66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,
|
Completed in 352 milliseconds