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

Function DosRealloc

src/Platforms/Dos/UtestPlatform.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static void* DosRealloc (void* memory, size_t size)
164{
165 return realloc(memory, size);
166}
167
168static void DosFree(void* memory)
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected