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

◆ SetLargeBlockAllocator()

void fl::SetLargeBlockAllocator ( void *(* alloc )(size_t),
void(* free )(void *) )

Definition at line 36 of file allocator.cpp.

36 {
37 Alloc = alloc;
38 Free = free;
39}