Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ newArrayAllocationWithoutMacro
Function
newArrayAllocationWithoutMacro
tests/CppUTest/AllocationInCppFile.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
char* newArrayAllocationWithoutMacro()
26
{
27
return new char[100];
28
}
29
30
#if CPPUTEST_USE_STD_CPP_LIB
31
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68