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

Function setCurrentMallocAllocator

src/CppUTest/TestMemoryAllocator.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void setCurrentMallocAllocator(TestMemoryAllocator* allocator)
90{
91 currentMallocAllocator = allocator;
92}
93
94TestMemoryAllocator* getCurrentMallocAllocator()
95{

Callers 11

restoreMethod · 0.85
startMethod · 0.85
TESTFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected