Searched refs:TestMemory (Results 1 – 2 of 2) sorted by relevance
20 bool TestMemory::Init() { in Init()26 void TestMemory::RunTests(const std::string& filter) { in RunTests()31 std::string TestMemory::TestMemAlloc() { in TestMemAlloc()42 std::string TestMemory::TestNullMemFree() { in TestNullMemFree()
13 class TestMemory : public TestCase {15 explicit TestMemory(TestingInstance* instance) : TestCase(instance) {} in TestMemory() function