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

Method cleanup_base_allocator_impl

src/fl/stl/allocator.h:1023–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021 }
1022
1023 void cleanup_base_allocator_impl(fl::true_type) FL_NOEXCEPT {
1024 mBaseAllocator.cleanup();
1025 }
1026
1027 void cleanup_base_allocator_impl(fl::false_type) FL_NOEXCEPT {
1028 // Base allocator doesn't have cleanup method, do nothing

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.65

Tested by

no test coverage detected