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

Function PlatformSpecificMemCpy

src/Platforms/Symbian/UtestPlatform.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void* PlatformSpecificMemCpy(void* s1, const void* s2, size_t size) {
120 return memcpy(s1, s2, size);
121}
122
123void* PlatformSpecificMemset(void* mem, int c, size_t size)
124{

Callers 2

copyOutputParametersMethod · 0.85
strdup_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected