Home
last modified time | relevance | path

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

/aoo42x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java426 int storageAfter = getOfficeMemoryUsage(createModeName("stop", 0)); in stop() local
429 while (storageAfter != mem && count < 10) in stop()
432 mem = storageAfter; in stop()
433 storageAfter = getOfficeMemoryUsage(createModeName("stop", count)); in stop()
436 m_nMemoryUsage = (storageAfter - m_nMemoryStart); in stop()

Completed in 29 milliseconds