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

  /art/runtime/gc/accounting/
bitmap.cc 46 MemMap* Bitmap::AllocateMemMap(const std::string& name, size_t num_bits) {
61 auto* const mem_map = AllocateMemMap(name, num_bits);
86 auto* const mem_map = Bitmap::AllocateMemMap(name, num_bits);
bitmap.h 108 static MemMap* AllocateMemMap(const std::string& name, size_t num_bits);

Completed in 80 milliseconds