FastLED
3.9.15
Loading...
Searching...
No Matches
◆
deallocate()
template<typename T>
void
fl::allocator_psram
< T >::deallocate
(
T *
p
,
size_t
n
)
inline
Definition at line
131
of file
allocator.h
.
131
{
132
PSRamAllocator<T>::Free
(
p
);
133
FASTLED_UNUSED
(
n
);
134
}
fl::PSRamAllocator::Free
static void Free(T *p)
Definition
allocator.h:26
fl::allocator_psram
Definition
allocator.h:98
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
fl
allocator_psram
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2