FastLED
3.9.15
Loading...
Searching...
No Matches
◆
deallocate()
template<typename T>
void
fl::allocator
< T >::deallocate
(
T *
p
,
size_t
n
)
inline
Definition at line
77
of file
allocator.h
.
77
{
78
FASTLED_UNUSED
(
n
);
79
if
(
p
==
nullptr
) {
80
return
;
// Handle null pointer
81
}
82
free
(
p
);
// Free the allocated memory
83
}
fl::allocator
Definition
allocator.h:35
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
fl
allocator
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2