Home
last modified time | relevance | path

Searched defs:is_free (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dregion_space.h280 bool is_free = state_ == RegionState::kRegionStateFree; in IsFree() local
/art/runtime/gc/allocator/
Drosalloc.cc981 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in InspectAllSlots() local
1954 std::unique_ptr<bool[]> is_free(new bool[num_slots]()); // zero initialized in Verify() local