Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ psram_memory_resource
Function
psram_memory_resource
src/fl/stl/memory_resource.cpp.hpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
memory_resource* psram_memory_resource() {
79
static PSRamMemoryResource instance;
80
return &instance;
81
}
82
83
} // namespace fl
Callers
2
vector_psram
Method · 0.85
memory_resource.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected