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

Function printNodeInfo

src/library/common/trace_malloc.c:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void
123printNodeInfo(ListNode *node)
124{
125 MtraceNode *mtnode = container_of(node, node, MtraceNode);
126 char s[1024];
127
128 sprintfTracedSize(s, mtnode->size);
129 printf("%s at %s line %d\n", s, mtnode->file, mtnode->line);
130}
131
132void
133initMallocTrace(void)

Callers

nothing calls this directly

Calls 1

sprintfTracedSizeFunction · 0.85

Tested by

no test coverage detected