Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_key_stats.cpp115 void GCKeyStats::SendSysEventBeforeDump(std::string type, size_t limitSize, size_t activeMemory) const in SendSysEventBeforeDump() argument
124 "LIMITSIZE", limitSize, in SendSysEventBeforeDump()
131 LOG_GC(INFO) << "GCKeyStats type: " << type << ", limitSize: " << limitSize << ", activeMemory: " << activeMemory; in SendSysEventBeforeDump()
H A Dgc_key_stats.h66 void SendSysEventBeforeDump(std::string type, size_t limitSize, size_t activeMemory) const;
H A Dheap.cpp2675 size_t limitSize = GetHeapLimitSize(); in ThresholdReachedDump() local
2676 if (!limitSize) { in ThresholdReachedDump()
2677 LOG_GC(INFO) << "ThresholdReachedDump limitSize is invaild"; in ThresholdReachedDump()
2680 size_t nowPrecent = GetHeapObjectSize() * DEC_TO_INT / limitSize; in ThresholdReachedDump()
2684 size_t nowPrecentRecheck = liveObjectSize * DEC_TO_INT / limitSize; in ThresholdReachedDump()

Completed in 7 milliseconds