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

Method setAllocator

src/CppUTest/TestMemoryAllocator.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void MemoryAccountant::setAllocator(TestMemoryAllocator* allocator)
462{
463 allocator_ = allocator;
464}
465
466void MemoryAccountant::clear()
467{

Callers 3

startMethod · 0.45
setupFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected