Searched refs:startFdCount (Results 1 – 1 of 1) sorted by relevance
67 startFdCount = CountOpenFileDescriptors(); in Start()82 if (startVmSize != endVmSize || startVmRSS != endVmRSS || startFdCount != endFdCount) { in Compare()85 … std::cout << "Difference in File Descriptors: " << endFdCount - startFdCount << std::endl; in Compare()138 int startFdCount = 0; member in OHOS::Media::MemoryCheck