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

Function defaultMallocAllocator

src/CppUTest/TestMemoryAllocator.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105TestMemoryAllocator* defaultMallocAllocator()
106{
107 static TestMemoryAllocator allocator("Standard Malloc Allocator", "malloc", "free");
108 return &allocator;
109}
110
111/////////////////////////////////////////////
112

Callers 15

createMemoryFormatterMethod · 0.85
MemoryAccountantMethod · 0.85
setupFunction · 0.85
TESTFunction · 0.85
setupFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected