MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / printMallocStatistics

Function printMallocStatistics

src/library/common/trace_malloc.c:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void
241printMallocStatistics(void)
242{
243 char s[1024];
244
245 sprintfTracedSize(s, tracedSize);
246 printf("[MALLOC TRACE] Totally %s is allocated\n", s);
247}
248
249void
250printMemLeaksInfo(void)

Callers 1

clblasTeardownFunction · 0.50

Calls 1

sprintfTracedSizeFunction · 0.85

Tested by

no test coverage detected