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

Method capacity

src/fl/stl/deque.h:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 fl::size capacity() const {
433 return mCapacity;
434 }
435
436 fl::size max_size() const {
437 // Return a reasonable max size (limited by size_t or memory)

Callers 15

acquireMethod · 0.45
releaseMethod · 0.45
dbMethod · 0.45
rawNormalizedMethod · 0.45
fft.cpp.hppFile · 0.45
setNormFactorsMethod · 0.45
capacityFunction · 0.45
has_capacityClass · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_capacity_managementFunction · 0.36