Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp96 std::atomic<uint64_t> g_fileLimitSize(0); variable
548 if (static_cast<uint64_t>(g_fileSize + g_writeOffset + len) > g_fileLimitSize.load()) { in CheckFileSize()
1044 g_fileLimitSize = (limitSize > MAX_FILE_SIZE) ? MAX_FILE_SIZE : limitSize; in StartCaptureAppTrace()