Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ cpputest_realloc
Function
cpputest_realloc
src/CppUTest/TestHarness_c.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
void* cpputest_realloc(void* ptr, size_t size)
180
{
181
return cpputest_realloc_location(ptr, size,
"<unknown>"
, 0);
182
}
183
184
void cpputest_free(void* buffer)
185
{
Callers
2
TEST
Function · 0.85
TEST
Function · 0.85
Calls
1
cpputest_realloc_location
Function · 0.85
Tested by
no test coverage detected