Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
void PlatformSpecificFree(void* memory) {
116
free(memory);
117
}
118
119
void* PlatformSpecificMemCpy(void* s1, const void* s2, size_t size) {
120
return memcpy(s1, s2, size);
Callers
9
normal_free
Function · 0.85
normal_operator_delete
Function · 0.85
normal_operator_delete_array
Function · 0.85
free_memory
Method · 0.85
removeAllPrintableCharactersFrom
Function · 0.85
addMarkerToString
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected