Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
53
void DefaultFree(void *ptr) { heap_caps_free(ptr); }
54
#else
55
void *DefaultAlloc(fl::size size) { return malloc(size); }
56
void DefaultFree(void *ptr) { free(ptr); }
Callers
nothing calls this directly
Calls
1
free
Function · 0.70
Tested by
no test coverage detected