Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/deque/
H A 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()
/llvm-project-15.0.7/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>;