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

Function normal_free

src/CppUTest/MemoryLeakWarningPlugin.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static void normal_free(void* buffer, const char*, size_t)
96{
97 PlatformSpecificFree(buffer);
98}
99
100#if CPPUTEST_USE_MEM_LEAK_DETECTION
101static void *(*malloc_fptr)(size_t size, const char* file, size_t line) = mem_leak_malloc;

Callers

nothing calls this directly

Calls 1

PlatformSpecificFreeFunction · 0.85

Tested by

no test coverage detected