FastLED 3.9.15
Loading...
Searching...
No Matches

◆ capacity()

template<fl::size DescriptorCount = 128, fl::size ArenaSize = 4096>
fl::size fl::AsyncLogQueue< DescriptorCount, ArenaSize >::capacity ( ) const
inlineconstexpr

Get maximum descriptor capacity.

Definition at line 64 of file async_log_queue.h.

64 {
65 return DescriptorCount - 1; // One slot reserved for full/empty distinction
66 }
High-performance SPSC async log queue.

References capacity(), constexpr, and size().

Referenced by capacity().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: