Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ releaseMallocTrace
Function
releaseMallocTrace
src/library/common/trace_malloc.c:270–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
void
271
releaseMallocTrace(void)
272
{
273
listDoForEachSafe(&traceList, freeNode);
274
mutexDestroy(mutex);
275
}
276
277
#endif /* TRACE_MALLOC */
278
Callers
1
clblasTeardown
Function · 0.50
Calls
2
listDoForEachSafe
Function · 0.85
mutexDestroy
Function · 0.85
Tested by
no test coverage detected