Home
last modified time | relevance | path

Searched refs:rebind (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h40 using rebind = Rebind<U>;
78 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
82 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator_adapter.h42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
90 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming)
H A Drunslots_allocator_stl_adapter.h44 using rebind = Rebind<U>;
92 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue.h33 using TaskAllocatorType = typename Allocator::template rebind<Task>::other;
34 using TaskQueueAllocatorType = typename Allocator::template rebind<TaskQueue<TaskAllocatorType>>::other;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h213 struct rebind { struct in maple::MapleAllocatorAdapter
245 struct rebind { struct in maple::MapleAllocatorAdapter
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h41 using rebind = Rebind<U>;
H A Dchunk_allocator.h40 using rebind = Rebind<U>;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dmpsc_set.h73 typename AllocatorType::template rebind<std::pair<const Key, Value>>::other>;
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h45 using QueueNodeAllocatorType = typename Allocator::template rebind<QueueNode>::other;

Completed in 5 milliseconds