Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ PlatformSpecificRealloc
Function
PlatformSpecificRealloc
src/Platforms/Symbian/UtestPlatform.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void* PlatformSpecificRealloc (void* memory, size_t size) {
112
return realloc(memory, size);
113
}
114
115
void PlatformSpecificFree(void* memory) {
116
free(memory);
Callers
2
normal_realloc
Function · 0.85
reallocateMemoryWithAccountingInformation
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected