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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h449 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator in enum:llvm::IntervalMapImpl::NodeSizer::__anon12220
452 BranchSize = AllocBytes /
461 AllocBytes, CacheLineBytes> Allocator;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h428 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator in enum:llvm::IntervalMapImpl::NodeSizer::__anon18310
431 BranchSize = AllocBytes /
440 AllocBytes, CacheLineBytes> Allocator;

Completed in 613 milliseconds