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

Function DefaultFree

src/fl/stl/allocator.cpp.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return out;
52}
53void DefaultFree(void *ptr) { heap_caps_free(ptr); }
54#else
55void *DefaultAlloc(fl::size size) { return malloc(size); }
56void DefaultFree(void *ptr) { free(ptr); }

Callers

nothing calls this directly

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected