Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ enabled
Method
enabled
src/fl/stl/allocator.cpp.hpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
reintrancy_count--;
77
}
78
bool enabled() const {
79
return reintrancy_count <= 1;
80
}
81
};
82
83
// Force early initialization of thread-local storage to avoid
Callers
4
PSRamAllocate
Function · 0.80
PSRamDeallocate
Function · 0.80
Malloc
Function · 0.80
Free
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected