Home
last modified time | relevance | path

Searched defs:ArenaMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Darena_containers.h49 using ArenaMap = std::map<Key, T, Compare, ArenaAllocatorAdapter<std::pair<const Key, T>, use_oom_h… variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darena_containers.h52 using ArenaMap = std::map<Key, T, Compare, ArenaAllocatorAdapter<std::pair<const Key, T>, USE_OOM_H… variable