Home
last modified time | relevance | path

Searched defs:InternalAllocatorPtr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dhandle_storage.h33 using InternalAllocatorPtr = mem::AllocatorPtr<mem::AllocatorPurpose::ALLOCATOR_PURPOSE_INTERNAL>; variable
Dglobal_handle_storage.h24 using InternalAllocatorPtr = mem::AllocatorPtr<mem::AllocatorPurpose::ALLOCATOR_PURPOSE_INTERNAL>; variable
Dglobal_handle_storage-inl.h24 using InternalAllocatorPtr = mem::AllocatorPtr<mem::AllocatorPurpose::ALLOCATOR_PURPOSE_INTERNAL>; variable
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h584 using InternalAllocatorPtr = AllocatorPtr<AllocatorPurpose::ALLOCATOR_PURPOSE_INTERNAL>; variable