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

Method getActiveAllocations

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

Source from the content-addressed store, hash-verified

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
672 fl::size getSlabCount() const FL_NOEXCEPT {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected