Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp54 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/
DIntervalMap.h454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator
457 BranchSize = AllocBytes /
466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;
/external/llvm/include/llvm/ADT/
DIntervalMap.h449 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator
452 BranchSize = AllocBytes /
461 AllocBytes, CacheLineBytes> Allocator;
/external/llvm-project/llvm/include/llvm/ADT/
DIntervalMap.h454 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator
457 BranchSize = AllocBytes /
466 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;