FastLED 3.9.15
|
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "fl/inplacenew.h"
#include "fl/type_traits.h"
#include "fl/unused.h"
Go to the source code of this file.
Classes | |
class | fl::allocator< T > |
struct | fl::allocator< T >::rebind< U > |
class | fl::allocator_psram< T > |
struct | fl::allocator_psram< T >::rebind< U > |
class | fl::PSRamAllocator< T > |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Macros | |
#define | FL_USE_PSRAM_ALLOCATOR(TYPE) |
Functions | |
void | fl::Free (void *ptr) |
void | fl::Malloc (size_t size) |
void * | fl::PSRamAllocate (size_t size, bool zero) |
void | fl::PSRamDeallocate (void *ptr) |
void | fl::SetPSRamAllocator (void *(*alloc)(size_t), void(*free)(void *)) |
struct fl::allocator_psram::rebind |
Class Members | ||
---|---|---|
typedef allocator_psram< U > | other allocator_psram<U> |