Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ newArrayAllocation
Function
newArrayAllocation
tests/CppUTest/AllocationInCppFile.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
char* newArrayAllocation()
14
{
15
return new char[100];
16
}
17
18
#undef new
19
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68