Searched refs:CacheLineBytes (Results 1 – 1 of 1) sorted by relevance
431 CacheLineBytes = 1 << Log2CacheLine, enumerator432 DesiredNodeBytes = 3 * CacheLineBytes454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1),466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;