Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ real_free
Function
real_free
tests/profile/json_memory_profile.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
void real_free(void* ptr) {
166
static auto fn = (void (*)(void*))dlsym(RTLD_NEXT,
"free"
);
167
fn(ptr);
168
}
169
#endif
170
171
} // anonymous namespace
Callers
1
free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected