Searched refs:AllocateMemMap (Results 1 – 2 of 2) sorted by relevance
47 MemMap Bitmap::AllocateMemMap(const std::string& name, size_t num_bits) { in AllocateMemMap() function in art::gc::accounting::Bitmap63 MemMap mem_map = AllocateMemMap(name, num_bits); in Create()88 MemMap mem_map = Bitmap::AllocateMemMap(name, num_bits); in Create()
107 static MemMap AllocateMemMap(const std::string& name, size_t num_bits);