Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h25 class ArenaAllocatorAdapter; variable
42 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function
45ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function
58 friend class ArenaAllocatorAdapter; variable
80 …explicit ArenaAllocatorAdapter(ArenaAllocatorT<use_oom_handler> *allocator) : allocator_(allocator… in ArenaAllocatorAdapter() function
83ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter() function
88 ArenaAllocatorAdapter(ArenaAllocatorAdapter &&other) noexcept in ArenaAllocatorAdapter() function
144 friend class ArenaAllocatorAdapter; variable
Darena_allocator.h53 class ArenaAllocatorAdapter; variable