Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h431 CacheLineBytes = 1 << Log2CacheLine, enumerator
432 DesiredNodeBytes = 3 * CacheLineBytes
454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;