Home
last modified time | relevance | path

Searched refs:MEMORY_ERROR_GRADE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.h38 constexpr uint32_t MEMORY_ERROR_GRADE = 10 * 1024; variable
H A Dnative_leak_state.cpp222 if (diff <= MEMORY_ERROR_GRADE) { in JudgeSmallMemoryLeakGrade()