FastLED 3.9.15
Loading...
Searching...
No Matches
allocator.h File Reference
#include <stddef.h>
#include <string.h>
+ Include dependency graph for allocator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::LargeBlockAllocator< T >
 

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Functions

void * fl::LargeBlockAllocate (size_t size, bool zero)
 
void fl::LargeBlockDeallocate (void *ptr)
 
void fl::SetLargeBlockAllocator (void *(*alloc)(size_t), void(*free)(void *))