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

Method setAllocator

src/CppUTest/SimpleStringInternalCache.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void SimpleStringInternalCache::setAllocator(TestMemoryAllocator* allocator)
57{
58 allocator_ = allocator;
59}
60
61SimpleStringInternalCacheNode* SimpleStringInternalCache::createInternalCacheNodes()
62{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected