Searched refs:checkMemory (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/qa/rtl/alloc/ |
H A D | rtl_alloc.cxx | 37 bool checkMemory(char* _pMemory, sal_uInt32 _nSize, char _n) in checkMemory() function 86 …CPPUNIT_ASSERT_MESSAGE( "memory contains wrong value.", checkMemory(m_pMemory, m_nSizeOfMemory, 1)… in rtl_allocateMemory_001() 97 … CPPUNIT_ASSERT_MESSAGE( "memory contains wrong value.", checkMemory(m_pMemory, nSize, 2) == true); in rtl_reallocateMemory_001() 149 …CPPUNIT_ASSERT_MESSAGE( "memory contains wrong value.", checkMemory(m_pZeroMemory, m_nSizeOfZeroMe… in rtl_allocateZeroMemory_001() 152 …CPPUNIT_ASSERT_MESSAGE( "memory contains wrong value.", checkMemory(m_pZeroMemory, m_nSizeOfZeroMe… in rtl_allocateZeroMemory_001()
|
/aoo4110/main/vcl/qa/complex/memCheck/ |
H A D | CheckMemoryUsage.java | 296 nOk += checkMemory(nConsumMore); in loadAndSaveDocuments() 311 private int checkMemory(int nConsumMore) in checkMemory() method in CheckMemoryUsage
|
Completed in 15 milliseconds