FastLED 3.9.15
Loading...
Searching...
No Matches
malloc.cpp.hpp File Reference
#include "fl/stl/malloc.h"
#include "fl/stl/cstring.h"
#include <stdlib.h>
+ Include dependency graph for malloc.cpp.hpp:
+ 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

int fl::abs (int x)
 
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)