MCPcopy 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

createSlabMethod · 0.80
SlabAllocatorClass · 0.80

Calls 1

FreeFunction · 0.85

Tested by

no test coverage detected