Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ~allocator_inlined
Method
~allocator_inlined
src/fl/stl/allocator.h:888–890 ·
view source on GitHub ↗
Destructor
Source
from the content-addressed store, hash-verified
886
887
// Destructor
888
~allocator_inlined() FL_NOEXCEPT {
889
clear();
890
}
891
892
// Allocate memory for n objects of type T
893
T* allocate(fl::size n) FL_NOEXCEPT {
Callers
nothing calls this directly
Calls
1
clear
Function · 0.70
Tested by
no test coverage detected