OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kCacheLineSize
(Results
1 - 3
of
3
) sorted by relevancy
/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
)),
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary32.h
274
COMPILER_CHECK(sizeof(SizeClassInfo) %
kCacheLineSize
== 0);
sanitizer_common.h
42
const uptr
kCacheLineSize
= SANITIZER_CACHE_LINE_SIZE;
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026