Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ newAllocation
Function
newAllocation
tests/CppUTest/AllocationInCppFile.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include
"AllocationInCppFile.h"
7
8
char* newAllocation()
9
{
10
return new char;
11
}
12
13
char* newArrayAllocation()
14
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68