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

◆ malloc()

void * fl::malloc ( size_t size)

Definition at line 9 of file malloc.cpp.hpp.

9 {
10 return ::malloc(size);
11 }

Referenced by hexwave_engine_create().

+ Here is the caller graph for this function: