Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ custom_free
Function
custom_free
tests/fl/fx/frame.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void custom_free(void* ptr) {
25
allocation_count--;
26
::free(ptr);
27
}
28
}
29
30
FL_TEST_CASE(
"test frame custom allocator"
) {
Callers
nothing calls this directly
Calls
1
free
Function · 0.50
Tested by
no test coverage detected