MCPcopy 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
131int cpputest_malloc_get_count()
132{
133 return malloc_count;
134}
135
136static TestMemoryAllocator* originalAllocator = NULLPTR;
137

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected