MCPcopy Create free account
hub / github.com/cpputest/cpputest / mallocAllocation

Function mallocAllocation

tests/CppUTest/AllocationInCFile.c:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5/* This file is for simulating overloads of malloc */
6
7char* mallocAllocation()
8{
9 return (char*) malloc(10UL);
10}
11
12char* strdupAllocation()
13{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68