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

Function normal_malloc

src/CppUTest/MemoryLeakWarningPlugin.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83#endif
84
85static void* normal_malloc(size_t size, const char*, size_t)
86{
87 return PlatformSpecificMalloc(size);
88}
89
90static void* normal_realloc(void* memory, size_t size, const char*, size_t)
91{

Callers

nothing calls this directly

Calls 1

PlatformSpecificMallocFunction · 0.85

Tested by

no test coverage detected