MCPcopy Create free account
hub / github.com/FastLED/FastLED / getTotalDeallocated

Method getTotalDeallocated

src/fl/stl/allocator.h:668–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666 // Get allocation statistics
667 fl::size getTotalAllocated() const FL_NOEXCEPT { return mTotalAllocated; }
668 fl::size getTotalDeallocated() const FL_NOEXCEPT { return mTotalDeallocated; }
669 fl::size getActiveAllocations() const FL_NOEXCEPT { return mTotalAllocated - mTotalDeallocated; }
670
671 // Get number of slabs

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected