Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ f_ree
Function
f_ree
DevIL/src-ILU/src/ilu_alloc.cpp:132–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
131
132
void f_ree(void *ptr)
133
{
134
RemoveTrack((unsigned long)ptr);
135
free(ptr);
136
return;
137
}
138
139
#endif//defined(_WIN32) && defined(_MEM_DEBUG)
Callers
nothing calls this directly
Calls
1
RemoveTrack
Function · 0.85
Tested by
no test coverage detected