Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ cpputest_malloc
Function
cpputest_malloc
src/CppUTest/TestHarness_c.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void* cpputest_malloc(size_t size)
160
{
161
return cpputest_malloc_location(size,
"<unknown>"
, 0);
162
}
163
164
char* cpputest_strdup(const char* str)
165
{
Callers
3
freeInvalidatesMemory
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
1
cpputest_malloc_location
Function · 0.85
Tested by
no test coverage detected