MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator delete

Function operator delete

src/fl/stl/shared_ptr.h:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 return fl::aligned_alloc(align, size);
124 }
125 static void operator delete(void* ptr) {
126 fl::aligned_free(ptr);
127 }
128
129 // Get pointer to the inline object storage
130 T* get_object() FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

aligned_freeFunction · 0.85

Tested by

no test coverage detected