MCPcopy 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
78memory_resource* psram_memory_resource() {
79 static PSRamMemoryResource instance;
80 return &instance;
81}
82
83} // namespace fl

Callers 2

vector_psramMethod · 0.85
memory_resource.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected