Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
char* mallocAllocation()
8
{
9
return (char*) malloc(10UL);
10
}
11
12
char* strdupAllocation()
13
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68