FastLED 3.9.15
|
#include <stddef.h>
#include <string.h>
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 *)) |