MCPcopy Create free account
hub / github.com/cpputest/cpputest / isOfEqualType

Method isOfEqualType

src/CppUTest/TestMemoryAllocator.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

matchingAllocationMethod · 0.80

Calls 1

nameMethod · 0.95

Tested by

no test coverage detected