HomeSort by: relevance | last modified time | path
    Searched refs:LocalAddressSpaceView (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_local_address_space_view.h 10 // `LocalAddressSpaceView` provides the local (i.e. target and current address
18 // instantiated with the `LocalAddressSpaceView` type. This type is used to
33 struct LocalAddressSpaceView {
sanitizer_allocator_bytemap.h 18 template <u64 kSize, typename AddressSpaceViewTy = LocalAddressSpaceView>
46 typename AddressSpaceViewTy = LocalAddressSpaceView,
sanitizer_allocator_internal.h 40 using AddressSpaceView = LocalAddressSpaceView;
sanitizer_allocator_combined.h 25 typename AddressSpaceViewTy = LocalAddressSpaceView> // NOLINT
sanitizer_allocator_secondary.h 72 class AddressSpaceViewTy = LocalAddressSpaceView>
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 75 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
97 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
103 using AllocatorCache = AllocatorCacheASVT<LocalAddressSpaceView>;
115 using Allocator = AllocatorASVT<LocalAddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 164 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
191 using PrimaryAllocator = PrimaryAllocatorASVT<LocalAddressSpaceView>;
198 using AllocatorCache = AllocatorCacheASVT<LocalAddressSpaceView>;
209 using AsanAllocator = AsanAllocatorASVT<LocalAddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 60 using AddressSpaceView = LocalAddressSpaceView;
82 using AddressSpaceView = LocalAddressSpaceView;
97 using AddressSpaceView = LocalAddressSpaceView;
113 using AddressSpaceView = LocalAddressSpaceView;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 113 using Allocator64 = Allocator64ASVT<LocalAddressSpaceView>;
117 using Allocator64Dynamic = Allocator64DynamicASVT<LocalAddressSpaceView>;
122 using Allocator64Compact = Allocator64CompactASVT<LocalAddressSpaceView>;
128 Allocator64VeryCompactASVT<LocalAddressSpaceView>;
132 using Allocator64Dense = Allocator64DenseASVT<LocalAddressSpaceView>;
164 using Allocator32Compact = Allocator32CompactASVT<LocalAddressSpaceView>;
312 Allocator32SeparateBatchesASVT<LocalAddressSpaceView>;
435 template <typename AddressSpaceViewTy = LocalAddressSpaceView>
470 template <typename AddressSpaceViewTy = LocalAddressSpaceView>
1036 template <typename AddressSpaceViewTy = LocalAddressSpaceView>
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 63 LocalAddressSpaceView, MapUnmapCallback>;
70 using AddressSpaceView = LocalAddressSpaceView;
84 using AddressSpaceView = LocalAddressSpaceView;

Completed in 34 milliseconds