Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h520 AllocatorPtr(std::nullptr_t a_nullptr) noexcept : allocator_ptr_(a_nullptr) {} in AllocatorPtr() function
522 explicit AllocatorPtr(Allocator *allocator) : allocator_ptr_(allocator) {} in AllocatorPtr() function