MCPcopy 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
8char* newAllocation()
9{
10 return new char;
11}
12
13char* newArrayAllocation()
14{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68