HomeSort by relevance Sort by last modified time
    Searched refs:alloc_bit_map_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
rosalloc.h 158 uint32_t alloc_bit_map_[0]; // The bit map that allocates if each slot is in use. member in class:art::gc::allocator::RosAlloc::Run
177 size_t size = reinterpret_cast<byte*>(&temp.alloc_bit_map_) - reinterpret_cast<byte*>(&temp);
235 // Set the alloc_bit_map_ bits for slots that are past the end of the run.

Completed in 50 milliseconds