FastLED
3.9.15
Loading...
Searching...
No Matches
malloc.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
fl/stl/stdint.h
"
4
#include "
fl/stl/noexcept.h
"
5
6
namespace
fl
{
7
// Function declarations for memory management
8
void
*
malloc
(
size_t
size)
FL_NOEXCEPT
;
9
void
free
(
void
* ptr)
FL_NOEXCEPT
;
10
void
*
calloc
(
size_t
nmemb,
size_t
size)
FL_NOEXCEPT
;
11
void
*
realloc
(
void
* ptr,
size_t
new_size)
FL_NOEXCEPT
;
12
}
// namespace fl
fl::calloc
void * calloc(size_t nmemb, size_t size)
Definition
malloc.cpp.hpp:17
fl::malloc
void * malloc(size_t size)
Definition
malloc.cpp.hpp:9
fl::free
void free(void *ptr)
Definition
malloc.cpp.hpp:13
fl::realloc
void * realloc(void *ptr, size_t new_size)
Definition
malloc.cpp.hpp:26
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
noexcept.h
FL_NOEXCEPT
#define FL_NOEXCEPT
stdint.h
fl
stl
malloc.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2