MCPcopy 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
270void
271releaseMallocTrace(void)
272{
273 listDoForEachSafe(&traceList, freeNode);
274 mutexDestroy(mutex);
275}
276
277#endif /* TRACE_MALLOC */
278

Callers 1

clblasTeardownFunction · 0.50

Calls 2

listDoForEachSafeFunction · 0.85
mutexDestroyFunction · 0.85

Tested by

no test coverage detected