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

Method NullUnknownAllocator

src/CppUTest/TestMemoryAllocator.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266NullUnknownAllocator::NullUnknownAllocator()
267 : TestMemoryAllocator("Null Allocator", "unknown", "unknown")
268{
269}
270
271
272TestMemoryAllocator* NullUnknownAllocator::defaultAllocator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected