FastLED
3.9.15
Loading...
Searching...
No Matches
◆
SetLargeBlockAllocator()
void fl::SetLargeBlockAllocator
(
void *(*
alloc
)(size_t),
void(*
free
)(void *) )
Definition at line
37
of file
allocator.cpp
.
37
{
38
Alloc = alloc;
39
Free = free;
40
}
fl
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2