Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dbitmap.cc47 MemMap Bitmap::AllocateMemMap(const std::string& name, size_t num_bits) { in AllocateMemMap() function in art::gc::accounting::Bitmap
63 MemMap mem_map = AllocateMemMap(name, num_bits); in Create()
88 MemMap mem_map = Bitmap::AllocateMemMap(name, num_bits); in Create()
Dbitmap.h107 static MemMap AllocateMemMap(const std::string& name, size_t num_bits);