MCPcopy Create free account
hub / github.com/FastLED/FastLED / ClearMallocFreeHook

Function ClearMallocFreeHook

src/fl/stl/allocator.cpp.hpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ClearMallocFreeHook() {
110 gMallocFreeHook = nullptr;
111}
112#endif
113
114void SetPSRamAllocator(void *(*alloc)(fl::size), void (*free)(void *)) {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected