FastLED 3.9.15
Loading...
Searching...
No Matches

◆ SetPSRamAllocator()

void fl::SetPSRamAllocator ( void *(* alloc )(fl::size),
void(* free )(void *) )

Definition at line 114 of file allocator.cpp.hpp.

114 {
115 Alloc = alloc;
116 Dealloc = free;
117}
void free(void *ptr)

References free().

+ Here is the call graph for this function: