Searched refs:startVmSize (Results 1 – 1 of 1) sorted by relevance
65 startVmSize = GetVmSize(); in Start()82 if (startVmSize != endVmSize || startVmRSS != endVmRSS || startFdCount != endFdCount) { in Compare()83 std::cout << "Difference in VmSize: " << endVmSize - startVmSize << std::endl; in Compare()134 long startVmSize = 0; member in OHOS::Media::MemoryCheck