Searched refs:AllocBytes (Results 1 – 2 of 2) sorted by relevance
54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes; variable134 TEST_REQUIRE(AllocBytes == 0); in TEST_CASE()198 TEST_REQUIRE(AllocBytes == 0); in TEST_CASE()
457 AllocBytes = (sizeof(LeafBase) + CacheLineBytes-1) & ~(CacheLineBytes-1), enumerator460 BranchSize = AllocBytes /469 RecyclingAllocator<BumpPtrAllocator, char, AllocBytes, CacheLineBytes>;