FastLED 3.9.3
Loading...
Searching...
No Matches
LargeBlockAllocator< T > Class Template Reference

Detailed Description

template<typename T>
class LargeBlockAllocator< T >

Definition at line 17 of file allocator.h.

Static Public Member Functions

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

Member Function Documentation

◆ Alloc()

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

Definition at line 19 of file allocator.h.

◆ Free()

template<typename T >
static void LargeBlockAllocator< T >::Free ( T * p,
size_t n )
inlinestatic

Definition at line 24 of file allocator.h.


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