Home
last modified time | relevance | path

Searched defs:rebind (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h213 struct rebind { struct
214 using other = MapleAllocatorAdapter<U>;
245 struct rebind { struct
246 using other = MapleAllocatorAdapter<U>;
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) variable
90 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) variable
Drunslots_allocator_stl_adapter.h44 using rebind = Rebind<U>; variable
92 using rebind = Rebind<U>; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h40 using rebind = Rebind<U>; variable
78 using rebind = Rebind<U>; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h42 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) variable
82 using rebind = Rebind<U>; // NOLINT(readability-identifier-naming) variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h41 using rebind = Rebind<U>; variable
Dchunk_allocator.h40 using rebind = Rebind<U>; variable
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h329 struct rebind { struct
330 using other = StdContainerAllocator<U, Cat>;