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

Method totalDeallocationsOfSize

src/CppUTest/TestMemoryAllocator.cpp:537–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537size_t MemoryAccountant::totalDeallocationsOfSize(size_t size) const
538{
539 MemoryAccountantAllocationNode* node = findNodeOfSize(size);
540 if (node)
541 return node->deallocations_;
542 return 0;
543}
544
545size_t MemoryAccountant::maximumAllocationAtATimeOfSize(size_t size) const
546{

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected