Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h432 CacheLineBytes = 1 << Log2CacheLine, enumerator
433 DesiredNodeBytes = 3 * CacheLineBytes
455 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
467 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;