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

Method allocMemoryLeakNode

src/CppUTest/TestMemoryAllocator.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152char* TestMemoryAllocator::allocMemoryLeakNode(size_t size)
153{
154 return alloc_memory(size, "MemoryLeakNode", 1);
155}
156
157void TestMemoryAllocator::freeMemoryLeakNode(char* memory)
158{

Calls 1

PlatformSpecificMallocFunction · 0.85

Tested by

no test coverage detected