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

Function DosMalloc

src/Platforms/Dos/UtestPlatform.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156extern void (*PlatformSpecificFlush)(void) = DosFlush;
157
158static void* DosMalloc(size_t size)
159{
160 return malloc(size);
161}
162
163static void* DosRealloc (void* memory, size_t size)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected