Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ cpputest_malloc_get_count
Function
cpputest_malloc_get_count
src/CppUTest/TestHarness_c.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
int cpputest_malloc_get_count()
132
{
133
return malloc_count;
134
}
135
136
static TestMemoryAllocator* originalAllocator = NULLPTR;
137
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected