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

Method do_deallocate

src/fl/stl/memory_resource.cpp.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void do_deallocate(void* p, fl::size bytes) override {
59 FASTLED_UNUSED(bytes);
60 fl::PSRamDeallocate(p);
61 }
62
63 // PSRAM does not support realloc — returns nullptr to trigger alloc-copy-free path
64 // do_reallocate uses the base default (returns nullptr)

Callers

nothing calls this directly

Calls 1

PSRamDeallocateFunction · 0.85

Tested by

no test coverage detected