Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx37 bool checkMemory(char* _pMemory, sal_uInt32 _nSize, char _n) in checkMemory() function
84 … ASSERT_TRUE(checkMemory(m_pMemory, m_nSizeOfMemory, 1) == true) << "memory contains wrong value."; in TEST_F()
95 ASSERT_TRUE(checkMemory(m_pMemory, nSize, 2) == true) << "memory contains wrong value."; in TEST_F()
132 …ASSERT_TRUE(checkMemory(m_pZeroMemory, m_nSizeOfZeroMemory, 0) == true) << "memory contains wrong … in TEST_F()
135 …ASSERT_TRUE(checkMemory(m_pZeroMemory, m_nSizeOfZeroMemory, 3) == true) << "memory contains wrong … in TEST_F()
/aoo42x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java296 nOk += checkMemory(nConsumMore); in loadAndSaveDocuments()
311 private int checkMemory(int nConsumMore) in checkMemory() method in CheckMemoryUsage

Completed in 13 milliseconds