Home
last modified time | relevance | path

Searched refs:AddressSpaceView (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h61 using AddressSpaceView = AddressSpaceViewTy; member
65 template <typename AddressSpaceView>
66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>;
109 using AddressSpaceView = AddressSpaceViewTy; member
112 template <typename AddressSpaceView>
113 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
117 template <typename AddressSpaceView>
118 using AllocatorASVT = CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h232 using AddressSpaceView = AddressSpaceViewTy; member
235 template <typename AddressSpaceView>
236 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
247 using AddressSpaceView = AddressSpaceViewTy; member
251 template <typename AddressSpaceView>
252 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView> >;
258 template <typename AddressSpaceView>
260 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h60 using AddressSpaceView = AddressSpaceViewTy; member
63 template <typename AddressSpaceView>
64 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
69 template <typename AddressSpaceView>
71 CombinedAllocator<PrimaryAllocatorASVT<AddressSpaceView>>;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h74 using AddressSpaceView = AddressSpaceViewTy;
186 Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in GetBlockBegin()
197 AddressSpaceView::Load(reinterpret_cast<Header *>(nearest_chunk)); in GetBlockBegin()
209 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_); in EnsureSortedChunks()
212 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i; in EnsureSortedChunks()
224 Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in GetBlockBeginFastLocked()
227 AddressSpaceView::Load(chunks[n - 1])->map_size; in GetBlockBeginFastLocked()
248 const Header *h = AddressSpaceView::Load(chunks[beg]); in GetBlockBeginFastLocked()
278 const Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in ForEachChunk()
284 CHECK_EQ(AddressSpaceView::Load(chunks[i])->chunk_idx, i); in ForEachChunk()
H A Dsanitizer_flat_map.h29 using AddressSpaceView = AddressSpaceViewTy;
64 using AddressSpaceView = AddressSpaceViewTy;
103 return *AddressSpaceView::Load(&map2[idx % kSize2]);
109 return *AddressSpaceView::LoadWritable(&map2[idx % kSize2]);
H A Dsanitizer_allocator_primary32.h55 using AddressSpaceView = typename Params::AddressSpaceView;
65 AddressSpaceView>,
66 TwoLevelByteMap<kTwoLevelByteMapSize1, 1 << 12, AddressSpaceView>>::type;
H A Dsanitizer_allocator_internal.h31 using AddressSpaceView = LocalAddressSpaceView; member
H A Dsanitizer_allocator_primary64.h86 using AddressSpaceView = typename Params::AddressSpaceView;
269 const RegionInfo *region = AddressSpaceView::Load(GetRegionInfo(class_id)); in GetBlockBegin()
378 AddressSpaceView::Load(region)->allocated_user; in ForEachChunk()
H A Dsanitizer_allocator_combined.h30 typename PrimaryAllocator::AddressSpaceView>;
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp64 using AddressSpaceView = LocalAddressSpaceView; typedef
84 using AddressSpaceView = LocalAddressSpaceView; typedef
100 using AddressSpaceView = LocalAddressSpaceView; typedef
115 using AddressSpaceView = LocalAddressSpaceView; typedef
129 using AddressSpaceView = LocalAddressSpaceView; typedef
143 using AddressSpaceView = LocalAddressSpaceView; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h86 using AddressSpaceView = LocalAddressSpaceView; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h70 using AddressSpaceView = LocalAddressSpaceView; member
88 using AddressSpaceView = LocalAddressSpaceView; member
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp59 using AddressSpaceView = LocalAddressSpaceView; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp53 using AddressSpaceView = LocalAddressSpaceView; typedef