MCPcopy Create free account
hub / github.com/FastLED/FastLED / deallocate

Method deallocate

src/fl/stl/allocator.h:420–423  ·  view source on GitHub ↗

Deallocate memory for n objects of type T

Source from the content-addressed store, hash-verified

418
419 // Deallocate memory for n objects of type T
420 void deallocate(T* p, fl::size n) FL_NOEXCEPT {
421 PSRamAllocator<T>::Free(p);
422 FASTLED_UNUSED(n);
423 }
424
425 // Construct an object at the specified address
426 template <typename U, typename... Args>

Callers

nothing calls this directly

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected