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

Function mem_leak_realloc

src/CppUTest/MemoryLeakWarningPlugin.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static void* mem_leak_realloc(void* memory, size_t size, const char* file, size_t line)
79{
80 return MemoryLeakWarningPlugin::getGlobalDetector()->reallocMemory(getCurrentMallocAllocator(), (char*) memory, size, file, line, true);
81}
82
83#endif
84

Callers

nothing calls this directly

Calls 2

reallocMemoryMethod · 0.80

Tested by

no test coverage detected