Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ SetPSRamAllocator
Function
SetPSRamAllocator
src/fl/stl/allocator.cpp.hpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
#endif
113
114
void SetPSRamAllocator(void *(*alloc)(fl::size), void (*free)(void *)) {
115
Alloc = alloc;
116
Dealloc = free;
117
}
118
119
void *PSRamAllocate(fl::size size, bool zero) {
120
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected