Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ PlatformSpecificMalloc
Function
PlatformSpecificMalloc
src/Platforms/Symbian/UtestPlatform.cpp:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void* PlatformSpecificMalloc(size_t size) {
108
return malloc(size);
109
}
110
111
void* PlatformSpecificRealloc (void* memory, size_t size) {
112
return realloc(memory, size);
Callers
10
normal_malloc
Function · 0.85
UT_THROW
Function · 0.85
normal_operator_new_nothrow
Function · 0.85
normal_operator_new_array_nothrow
Function · 0.85
checkedMalloc
Function · 0.85
allocMemoryLeakNode
Method · 0.85
removeAllPrintableCharactersFrom
Function · 0.85
addMarkerToString
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected