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

Function C2000Realloc

src/Platforms/C2000/UtestPlatform.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static void* C2000Realloc (void* memory, size_t size)
183{
184 return (void*)far_realloc((long)memory, (unsigned long)size);
185}
186
187static void C2000Free(void* memory)
188{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected