Home
last modified time | relevance | path

Searched defs:AdapterType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h60 using AdapterType = ArenaAllocatorAdapter<T, USE_OOM_HANDLER>; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h60 using AdapterType = ArenaAllocatorAdapter<T, use_oom_handler>; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h489 … using AdapterType = typename decltype(allocator.Adapter())::template Rebind<ElementType>::other; variable