Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp946 ASSERT(memAllocDumper_ == nullptr); in StartMemAllocDumper()
948 memAllocDumper_ = internalAllocator_->New<tooling::MemoryAllocationDumper>(dumpFile, Runtime::GetCurrent()); in StartMemAllocDumper()
1236 if (memAllocDumper_ != nullptr) { in Shutdown()
1237 internalAllocator_->Delete(memAllocDumper_); in Shutdown()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h509 tooling::MemoryAllocationDumper *memAllocDumper_ = nullptr; member in ark::Runtime

Completed in 4 milliseconds