Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h457 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator
460 BranchSize = AllocBytes /
469 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;