Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_returns.h335 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns()
342 void SetUsedSize(const double &usedSize) in SetUsedSize()
Dpt_returns.cpp289 double usedSize; in Create() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp93 double usedSize = 0; in GetHeapUsage() local
132 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp307 double usedSize = 1; in HWTEST_F_L0() local