Home
last modified time | relevance | path

Searched refs:FlatByteMap (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dbytemap_test.cpp28 TEST(ScudoByteMapTest, FlatByteMap) { in TEST() argument
30 scudo::FlatByteMap<Size> Map; in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h18 template <uptr Size> class FlatByteMap {
H A Dprimary32.h284 typedef FlatByteMap<NumRegions> ByteMap;
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h164 using FlatByteMap = FlatMap<u8, kSize, AddressSpaceViewTy>; variable
H A Dsanitizer_allocator_primary32.h64 FlatByteMap<(Params::kSpaceSize >> Params::kRegionSizeLog),