Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ~Slab
Method
~Slab
src/fl/stl/allocator.h:476–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
Slab() FL_NOEXCEPT : next(nullptr), memory(nullptr), allocated_count(0) {}
475
476
~Slab() FL_NOEXCEPT {
477
if (memory) {
478
Free(memory);
479
}
480
}
481
};
482
483
Slab* mSlabs;
Callers
2
createSlab
Method · 0.80
SlabAllocator
Class · 0.80
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected