| 145 | } |
| 146 | |
| 147 | bool TestMemoryAllocator::isOfEqualType(TestMemoryAllocator* allocator) |
| 148 | { |
| 149 | return SimpleString::StrCmp(this->name(), allocator->name()) == 0; |
| 150 | } |
| 151 | |
| 152 | char* TestMemoryAllocator::allocMemoryLeakNode(size_t size) |
| 153 | { |
no test coverage detected