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

Method free_memory

src/CppUTest/TestMemoryAllocator.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void TestMemoryAllocator::free_memory(char* memory, size_t, const char*, size_t)
168{
169 PlatformSpecificFree(memory);
170}
171
172const char* TestMemoryAllocator::name() const
173{

Callers 5

deallocStringBufferMethod · 0.45
deallocMemoryMethod · 0.45

Calls 3

PlatformSpecificFreeFunction · 0.85
deallocMemoryMethod · 0.80
deallocMethod · 0.45

Tested by

no test coverage detected