Searched refs:mem_map_ (Results 1 – 2 of 2) sorted by relevance
84 QCHECK(mem_map_.insert({mem, alloc_mem}).second); in allocate()101 auto alloc_mem = mem_map_.find(memory); in free()102 if (alloc_mem != mem_map_.end()) { in free()104 mem_map_.erase(alloc_mem->first); in free()
63 std::unordered_map<void*, void*> mem_map_; variable