Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_memory.cpp64 static BionicAllocator& get_allocator() { in get_allocator() function
72 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()
/aosp12/system/memory/libmemunreachable/
H A DBinder.cpp63 allocator::vector<uintptr_t> binder_refs{refs.get_allocator()}; in BinderReferences()
70 allocator::vector<uintptr_t> hwbinder_refs{refs.get_allocator()}; in BinderReferences()
H A DTarjan.h118 SCC<T> component{components_.get_allocator()}; in Tarjan()
132 TarjanAlgorithm<T> tarjan{graph.get_allocator()}; in Tarjan()
H A DProcessMappings.cpp51 allocator::string content(mappings.get_allocator()); in ProcessMappings()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DCXADemangle.tcc965 … 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 …]
/aosp12/art/libelffile/dwarf/
H A Ddebug_abbrev_writer.h46 current_abbrev_(buffer->get_allocator()) { in DebugAbbrevWriter()
/aosp12/art/libartbase/base/
H A Dsafe_map.h58 allocator_type get_allocator() const { return map_.get_allocator(); } in get_allocator() function
H A Ddchecked_vector.h191 using Base::get_allocator;
H A Dhash_set.h538 allocator_type get_allocator() const { in get_allocator() function
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocUnorderedSetMap.h99 mMap.get_allocator().allocate(size); in LocUnorderedSetMap()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocUnorderedSetMap.h99 mMap.get_allocator().allocate(size); in LocUnorderedSetMap()
/aosp12/art/compiler/optimizing/
H A Dregister_allocator_graph_color.cc243 ScopedArenaVector<InterferenceNode*>::allocator_type adapter(storage->get_allocator()); in AddInterference()
296 ScopedArenaVector<CoalesceOpportunity*>::allocator_type adapter(storage->get_allocator()); in AddCoalesceOpportunity()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc2359 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()