Searched refs:AllocBytes (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes; variable 134 TEST_REQUIRE(AllocBytes == 0); in TEST_CASE() 198 TEST_REQUIRE(AllocBytes == 0); in TEST_CASE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator 457 BranchSize = AllocBytes / 466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 449 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator 452 BranchSize = AllocBytes / 461 AllocBytes, CacheLineBytes> Allocator;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator 457 BranchSize = AllocBytes / 466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
|