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

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Functions

void * fl::calloc (size_t nmemb, size_t size)
 
void fl::free (void *ptr)
 
void * fl::malloc (size_t size)
 
void * fl::realloc (void *ptr, size_t new_size)