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

Function normal_realloc

src/CppUTest/MemoryLeakWarningPlugin.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void* normal_realloc(void* memory, size_t size, const char*, size_t)
91{
92 return PlatformSpecificRealloc(memory, size);
93}
94
95static void normal_free(void* buffer, const char*, size_t)
96{

Callers

nothing calls this directly

Calls 1

PlatformSpecificReallocFunction · 0.85

Tested by

no test coverage detected