Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
void
241
printMallocStatistics(void)
242
{
243
char s[1024];
244
245
sprintfTracedSize(s, tracedSize);
246
printf(
"[MALLOC TRACE] Totally %s is allocated\n"
, s);
247
}
248
249
void
250
printMemLeaksInfo(void)
Callers
1
clblasTeardown
Function · 0.50
Calls
1
sprintfTracedSize
Function · 0.85
Tested by
no test coverage detected