Searched refs:ByteMap (Results 1 – 10 of 10) 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 | 709 class ByteMap, 715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; 922 ByteMap possible_regions;
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 50 SizeClassMap, kRegionSizeLog, ByteMap, 80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 84 SizeClassMap, kRegionSizeLog, ByteMap,
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 136 typedef FlatByteMap<kNumRegions> ByteMap; typedef 138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 143 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 317 int ByteMap(int c) { in ByteMap() function in re2::DFA 1026 State* ns = state->next_[ByteMap(c)].load(std::memory_order_relaxed); in RunStateOnByte() 1091 state->next_[ByteMap(c)].store(ns, std::memory_order_release); in RunStateOnByte() 1502 State* ns = s->next_[ByteMap(lastbyte)].load(std::memory_order_acquire); in InlinedSearchLoop() 1957 output[ByteMap(c)] = -1; in BuildAllStates() 1964 output[ByteMap(c)] = m[ns]; in BuildAllStates()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_primary32.h | 62 using ByteMap = typename conditional< variable 379 ByteMap possible_regions;
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | primary32.h | 245 typedef FlatByteMap<NumRegions> ByteMap; typedef 494 ByteMap PossibleRegions;
|
/external/scudo/standalone/ |
D | primary32.h | 243 typedef FlatByteMap<NumRegions> ByteMap; typedef 495 ByteMap PossibleRegions = {};
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 64 MapUnmapCallback> ByteMap; typedef 66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,
|