Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void ClearMallocFreeHook() {
110
gMallocFreeHook = nullptr;
111
}
112
#endif
113
114
void SetPSRamAllocator(void *(*alloc)(fl::size), void (*free)(void *)) {
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected