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

Method deallocate

tests/fl/stl/move.cpp:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 }
596
597 void deallocate(T* p, fl::size n) {
598 if (p) {
599 fl::Free(p);
600 }
601 }
602
603 template<typename U, typename... Args>
604 void construct(U* p, Args&&... args) {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected