FastLED 3.9.15
|
Go to the source code of this file.
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
namespace | fl::anonymous_namespace{allocator.cpp} |
Functions | |
void * | fl::anonymous_namespace{allocator.cpp}::DefaultAlloc (size_t size) |
void | fl::anonymous_namespace{allocator.cpp}::DefaultFree (void *ptr) |
void * | fl::LargeBlockAllocate (size_t size, bool zero) |
void | fl::LargeBlockDeallocate (void *ptr) |
void | fl::SetLargeBlockAllocator (void *(*alloc)(size_t), void(*free)(void *)) |
Variables | |
void *(* | fl::anonymous_namespace{allocator.cpp}::Alloc )(size_t) = DefaultAlloc |
void(* | fl::anonymous_namespace{allocator.cpp}::Free )(void *) = DefaultFree |