FastLED 3.9.15
Loading...
Searching...
No Matches
memory_resource.cpp.hpp File Reference
#include "fl/stl/memory_resource.h"
#include "fl/stl/allocator.h"
#include "fl/stl/malloc.h"
#include "fl/stl/cstring.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for memory_resource.cpp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::anonymous_namespace{memory_resource.cpp.hpp}::DefaultMemoryResource
 
class  fl::anonymous_namespace{memory_resource.cpp.hpp}::PSRamMemoryResource
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::anonymous_namespace{memory_resource.cpp.hpp}
 

Functions

memory_resourcefl::default_memory_resource () FL_NOEXCEPT
 Get the default memory resource (wraps fl::Malloc / fl::Free / fl::realloc).
 
memory_resourcefl::psram_memory_resource () FL_NOEXCEPT
 Get the PSRAM memory resource (wraps PSRamAllocate / PSRamDeallocate).