MCPcopy 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
111void* PlatformSpecificRealloc (void* memory, size_t size) {
112 return realloc(memory, size);
113}
114
115void PlatformSpecificFree(void* memory) {
116 free(memory);

Callers 2

normal_reallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected