Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h436 CacheLineBytes = 1 << Log2CacheLine, enumerator
437 DesiredNodeBytes = 3 * CacheLineBytes
459 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
471 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;