Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h558 AllocatorPtr(std::nullptr_t aNullptr) noexcept : allocatorPtr_(aNullptr) {} in AllocatorPtr() function
560 explicit AllocatorPtr(Allocator *allocator) : allocatorPtr_(allocator) {} in AllocatorPtr() function