Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h425 CacheLineBytes = 1 << Log2CacheLine, enumerator
426 DesiredNodeBytes = 3 * CacheLineBytes
448 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),
460 AllocBytes, CacheLineBytes> Allocator;