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

Function C2000Free

src/Platforms/C2000/UtestPlatform.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187static void C2000Free(void* memory)
188{
189 far_free((long)memory);
190}
191
192static void* C2000MemCpy(void* s1, const void* s2, size_t size)
193{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected