Home
last modified time | relevance | path

Searched refs:kCacheLineSize (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h169 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
196 reinterpret_cast<uintptr_t>(AlignedNextBlock), kCacheLineSize); in Alloc()
209 DCHECK_EQ(reinterpret_cast<uintptr_t>(AlignedNextBlock) % kCacheLineSize, in Alloc()
227 : MaxMemory(RoundUpTo(M, kCacheLineSize)), in Allocator()
H A Dxray_buffer_queue.h46 char Buffer[kCacheLineSize];
H A Dxray_buffer_queue.cc63 unsigned char Storage[kCacheLineSize];
H A Dxray_segmented_array.h66 SegmentControlBlockSize + next_pow2(sizeof(T)), kCacheLineSize);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dallocator_test.cc53 GetPageSizeCached() / RoundUpTo(sizeof(OddSizedData), kCacheLineSize); in TEST()
72 GetPageSizeCached() / RoundUpTo(sizeof(OddSizedData), kCacheLineSize); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h142 char pad0_[kCacheLineSize];
146 char pad1_[kCacheLineSize];
150 char pad2_[kCacheLineSize];
H A Dsanitizer_allocator_primary64.h149 DCHECK_EQ(RegionInfoSpace % kCacheLineSize, 0);
681 COMPILER_CHECK(sizeof(RegionInfo) % kCacheLineSize == 0);
H A Dsanitizer_allocator_primary32.h286 COMPILER_CHECK(sizeof(SizeClassInfo) % kCacheLineSize == 0);
H A Dsanitizer_common.h41 const uptr kCacheLineSize = SANITIZER_CACHE_LINE_SIZE; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h143 char pad0_[kCacheLineSize];
147 char pad1_[kCacheLineSize];
151 char pad2_[kCacheLineSize];
H A Dsanitizer_allocator_primary64.h86 DCHECK_EQ(SpaceEnd() % kCacheLineSize, 0); in Init()
609 COMPILER_CHECK(sizeof(RegionInfo) % kCacheLineSize == 0);
H A Dsanitizer_allocator_primary32.h274 COMPILER_CHECK(sizeof(SizeClassInfo) % kCacheLineSize == 0);
H A Dsanitizer_common.h42 const uptr kCacheLineSize = SANITIZER_CACHE_LINE_SIZE; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h141 char pad0_[kCacheLineSize];
145 char pad1_[kCacheLineSize];
149 char pad2_[kCacheLineSize];
H A Dsanitizer_allocator_primary64.h83 DCHECK_EQ(SpaceEnd() % kCacheLineSize, 0); in Init()
606 COMPILER_CHECK(sizeof(RegionInfo) % kCacheLineSize == 0);
H A Dsanitizer_allocator_primary32.h273 COMPILER_CHECK(sizeof(SizeClassInfo) % kCacheLineSize == 0);
H A Dsanitizer_common.h40 const uptr kCacheLineSize = SANITIZER_CACHE_LINE_SIZE; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc61 char pad_[kCacheLineSize];
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc66 char pad_[kCacheLineSize];