Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ newAllocationWithoutMacro
Function
newAllocationWithoutMacro
tests/CppUTest/AllocationInCppFile.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#undef new
19
20
char* newAllocationWithoutMacro()
21
{
22
return new char;
23
}
24
25
char* newArrayAllocationWithoutMacro()
26
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68