Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp65 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