Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ free
Function
free
tests/profile/json_memory_profile.cpp:215–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void free(void* ptr) {
216
#ifdef _WIN32
217
init_real_allocators();
218
#endif
219
if (g_tracking_enabled) {
220
g_stats.on_free(ptr);
221
}
222
real_free(ptr);
223
}
224
225
} // extern
"C"
226
Callers
4
operator delete
Function · 0.70
operator delete[]
Function · 0.70
print_stacktrace_execinfo
Function · 0.50
custom_free
Function · 0.50
Calls
3
init_real_allocators
Function · 0.85
real_free
Function · 0.85
on_free
Method · 0.80
Tested by
no test coverage detected