MCPcopy 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
114void SetPSRamAllocator(void *(*alloc)(fl::size), void (*free)(void *)) {
115 Alloc = alloc;
116 Dealloc = free;
117}
118
119void *PSRamAllocate(fl::size size, bool zero) {
120

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected