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