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

Method getTotalAllocated

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

Get allocation statistics

Source from the content-addressed store, hash-verified

665
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

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected