Searched refs:aligned_allocs_intercepted_by_alignment (Results 1 – 1 of 1) sorted by relevance
104 ++(instance_->aligned_allocs_intercepted_by_alignment[alignment]); in MockAllocAligned()267 aligned_allocs_intercepted_by_alignment.resize(MaxSizeTracked()); in SetUp()308 std::vector<size_t> aligned_allocs_intercepted_by_alignment; member in allocator_shim::__anon5acb29120111::AllocatorShimTest390 ASSERT_GE(aligned_allocs_intercepted_by_alignment[256], 1u); in TEST_F()400 ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); in TEST_F()410 ASSERT_GE(aligned_allocs_intercepted_by_alignment[128], 1u); in TEST_F()417 ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); in TEST_F()430 ASSERT_GE(aligned_allocs_intercepted_by_alignment[512], 1u); in TEST_F()