MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator()

Method operator()

src/fl/stl/allocator.h:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86template <typename T> struct PSRamDeleter {
87 PSRamDeleter() FL_NOEXCEPT = default;
88 void operator()(T *ptr) FL_NOEXCEPT {
89 if (ptr) {
90 PSRamDeallocate(ptr);
91 }
92 }
93};
94
95void* Malloc(fl::size size) FL_NOEXCEPT;

Callers

nothing calls this directly

Calls 1

PSRamDeallocateFunction · 0.85

Tested by

no test coverage detected