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

Method stringSize

src/CppUTest/TestMemoryAllocator.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599SimpleString MemoryAccountant::stringSize(size_t size) const
600{
601 return (size == 0) ? "other" : StringFromFormat("%5d", (int) size);
602}
603
604SimpleString MemoryAccountant::report() const
605{

Callers

nothing calls this directly

Calls 1

StringFromFormatFunction · 0.85

Tested by

no test coverage detected