Searched refs:get_allocator (Results 1 – 13 of 13) sorted by relevance
64 static BionicAllocator& get_allocator() { in get_allocator() function72 return get_allocator().alloc(byte_count); in malloc()76 return get_allocator().alloc(item_count*item_size); in calloc()80 return get_allocator().realloc(p, byte_count); in realloc()89 return get_allocator().realloc(p, byte_count); in reallocarray()93 get_allocator().free(ptr); in free()
63 allocator::vector<uintptr_t> binder_refs{refs.get_allocator()}; in BinderReferences()70 allocator::vector<uintptr_t> hwbinder_refs{refs.get_allocator()}; in BinderReferences()
118 SCC<T> component{components_.get_allocator()}; in Tarjan()132 TarjanAlgorithm<T> tarjan{graph.get_allocator()}; in Tarjan()
51 allocator::string content(mappings.get_allocator()); in ProcessMappings()
965 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_unresolved_type()981 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_unresolved_type()1900 db.subs.emplace_back(db.names.get_allocator()); in parse_type()2009 db.subs.emplace_back(db.names.get_allocator()); in parse_type()2036 db.subs.emplace_back(db.names.get_allocator()); in parse_type()2070 db.subs.emplace_back(db.names.get_allocator()); in parse_type()2097 db.subs.emplace_back(db.names.get_allocator()); in parse_type()2200 db.subs.emplace_back(db.names.get_allocator()); in parse_type()3847 db.template_param.emplace_back(db.names.get_allocator()); in parse_template_args()3857 db.template_param.back().emplace_back(db.names.get_allocator()); in parse_template_args()[all …]
46 current_abbrev_(buffer->get_allocator()) { in DebugAbbrevWriter()
58 allocator_type get_allocator() const { return map_.get_allocator(); } in get_allocator() function
191 using Base::get_allocator;
538 allocator_type get_allocator() const { in get_allocator() function
99 mMap.get_allocator().allocate(size); in LocUnorderedSetMap()
243 ScopedArenaVector<InterferenceNode*>::allocator_type adapter(storage->get_allocator()); in AddInterference()296 ScopedArenaVector<CoalesceOpportunity*>::allocator_type adapter(storage->get_allocator()); in AddCoalesceOpportunity()
2359 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()