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

Function PlatformSpecificFree

src/Platforms/Symbian/UtestPlatform.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void PlatformSpecificFree(void* memory) {
116 free(memory);
117}
118
119void* PlatformSpecificMemCpy(void* s1, const void* s2, size_t size) {
120 return memcpy(s1, s2, size);

Callers 9

normal_freeFunction · 0.85
normal_operator_deleteFunction · 0.85
free_memoryMethod · 0.85
addMarkerToStringFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected