Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp42 const std::size_t MAX_FILE_SAVE_SIZE = 10; variable
203 if (len <= MAX_FILE_SAVE_SIZE) { in DoClearFiles()
208 size_t count = len - MAX_FILE_SAVE_SIZE; in DoClearFiles()