MCPcopy 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
215void 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 deleteFunction · 0.70
operator delete[]Function · 0.70
custom_freeFunction · 0.50

Calls 3

init_real_allocatorsFunction · 0.85
real_freeFunction · 0.85
on_freeMethod · 0.80

Tested by

no test coverage detected