Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void* PlatformSpecificMemCpy(void* s1, const void* s2, size_t size) {
120
return memcpy(s1, s2, size);
121
}
122
123
void* PlatformSpecificMemset(void* mem, int c, size_t size)
124
{
Callers
2
copyOutputParameters
Method · 0.85
strdup_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected