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

Function DosFree

src/Platforms/Dos/UtestPlatform.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static void DosFree(void* memory)
169{
170 free(memory);
171}
172
173static void* DosMemCpy(void* s1, const void* s2, size_t size)
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected