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

Function TEST

tests/CppUTest/SimpleStringTest.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83TEST(GlobalSimpleStringMemoryAccountant, start)
84{
85 accountant.start();
86 POINTERS_EQUAL(accountant.getAllocator(), SimpleString::getStringAllocator());
87}
88
89TEST(GlobalSimpleStringMemoryAccountant, startTwiceDoesNothing)
90{

Callers

nothing calls this directly

Calls 15

defaultNewArrayAllocatorFunction · 0.85
PlatformSpecificMallocFunction · 0.85
PlatformSpecificFreeFunction · 0.85
StringFromOrNullFunction · 0.85
HexStringFromFunction · 0.85
StringFromFormatFunction · 0.85
SimpleStringClass · 0.85
WrappedUpVSNPrintfFunction · 0.85
StringFromBinaryFunction · 0.85
StringFromBinaryOrNullFunction · 0.85
StringFromBinaryWithSizeFunction · 0.85

Tested by

no test coverage detected