FastLED 3.9.7
Loading...
Searching...
No Matches
fl::LargeBlockAllocator< T > Class Template Reference

Detailed Description

template<typename T>
class fl::LargeBlockAllocator< T >

Definition at line 16 of file allocator.h.

Static Public Member Functions

static T * Alloc (size_t n)
 
static void Free (T *p)
 

Member Function Documentation

◆ Alloc()

template<typename T >
static T * fl::LargeBlockAllocator< T >::Alloc ( size_t n)
inlinestatic

Definition at line 18 of file allocator.h.

◆ Free()

template<typename T >
static void fl::LargeBlockAllocator< T >::Free ( T * p)
inlinestatic

Definition at line 23 of file allocator.h.


The documentation for this class was generated from the following file: