Searched refs:allocation_number (Results 1 – 3 of 3) sorted by relevance
140 if (val.allocation_number == 0) { in TEST()144 if (val.allocation_number == 1) { in TEST()238 EXPECT_EQ(val.allocation_number, 0ul); in TEST()
332 const size_t allocation_number = in AllocationIndexAndBit() local334 const size_t cell_index = allocation_number / kBitsPerCell; in AllocationIndexAndBit()336 const size_t bit = allocation_number % kBitsPerCell; in AllocationIndexAndBit()
279 size_t allocation_number;339 << std::setw(8) << heap->getOffset() << std::setw(8) << value.allocation_number