Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp99 internalAllocatorS_ = in Create()
102 internalAllocatorS_ = in Create()
105 ASSERT(internalAllocatorS_ != nullptr); in Create()
106 mem::InternalAllocator<>::InitInternalAllocatorFromRuntime(static_cast<mem::Allocator *>(internalAllocatorS_)); in Create()
108 return internalAllocatorS_; in Create()
113 internalAllocatorS_->VisitAndRemoveAllPools( in Finalize()
122 delete static_cast<mem::Allocator *>(internalAllocatorS_); in Destroy()
123 internalAllocatorS_ = nullptr; in Destroy()
139 ASSERT(internalAllocatorS_ != nullptr); in Get()
140 return internalAllocatorS_; in Get()
155 static mem::InternalAllocatorPtr internalAllocatorS_; // NOLINT(fuchsia-statically-constructed-objects) global() member in ark::RuntimeInternalAllocator
165 mem::InternalAllocatorPtr RuntimeInternalAllocator::internalAllocatorS_ = nullptr; global() member in ark::RuntimeInternalAllocator
[all...]

Completed in 3 milliseconds