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

Function cpputest_realloc

src/CppUTest/TestHarness_c.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void* cpputest_realloc(void* ptr, size_t size)
180{
181 return cpputest_realloc_location(ptr, size, "<unknown>", 0);
182}
183
184void cpputest_free(void* buffer)
185{

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

Tested by

no test coverage detected