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

Function C2000Malloc

src/Platforms/C2000/UtestPlatform.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175extern void (*PlatformSpecificFlush)(void) = CL2000Flush;
176
177static void* C2000Malloc(size_t size)
178{
179 return (void*)far_malloc((unsigned long)size);
180}
181
182static void* C2000Realloc (void* memory, size_t size)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected