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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
allocator_test.cc 53 GetPageSizeCached() / RoundUpTo(sizeof(OddSizedData), kCacheLineSize);
72 GetPageSizeCached() / RoundUpTo(sizeof(OddSizedData), kCacheLineSize);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_allocator.h 169 static constexpr auto Size = nearest_boundary(N, kCacheLineSize);
196 reinterpret_cast<uintptr_t>(AlignedNextBlock), kCacheLineSize);
209 DCHECK_EQ(reinterpret_cast<uintptr_t>(AlignedNextBlock) % kCacheLineSize,
227 : MaxMemory(RoundUpTo(M, kCacheLineSize)),
xray_buffer_queue.h 41 /// This ensures that the `Data` member will be placed at least kCacheLineSize
46 char Buffer[kCacheLineSize];
xray_buffer_queue.cc 63 unsigned char Storage[kCacheLineSize];
xray_segmented_array.h 44 // - Each segment will be on a cache-line address boundary (kCacheLineSize
57 // kCacheLineSize-multiple segments, minus the size of two pointers.
66 SegmentControlBlockSize + next_pow2(sizeof(T)), kCacheLineSize);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 143 char pad0_[kCacheLineSize];
147 char pad1_[kCacheLineSize];
151 char pad2_[kCacheLineSize];
sanitizer_allocator_primary32.h 274 COMPILER_CHECK(sizeof(SizeClassInfo) % kCacheLineSize == 0);
sanitizer_allocator_primary64.h 86 DCHECK_EQ(SpaceEnd() % kCacheLineSize, 0);
609 COMPILER_CHECK(sizeof(RegionInfo) % kCacheLineSize == 0);
sanitizer_common.h 42 const uptr kCacheLineSize = SANITIZER_CACHE_LINE_SIZE;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 66 char pad_[kCacheLineSize];
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 61 char pad_[kCacheLineSize];

Completed in 18 milliseconds