Home
last modified time | relevance | path

Searched refs:AllocateMemMap (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dbitmap.cc43 MemMap* Bitmap::AllocateMemMap(const std::string& name, size_t num_bits) { in AllocateMemMap() function in art::gc::accounting::Bitmap
58 auto* const mem_map = AllocateMemMap(name, num_bits); in Create()
83 auto* const mem_map = Bitmap::AllocateMemMap(name, num_bits); in Create()
Dbitmap.h109 static MemMap* AllocateMemMap(const std::string& name, size_t num_bits);