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

Function cmpNode

src/library/common/trace_malloc.c:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60ListHead traceList;
61
62static
63int cmpNode(const ListNode *node, const void *key)
64{
65 const MtraceNode *mtnode = container_of(node, node, MtraceNode);
66
67 return !(mtnode->ptr == key);
68}
69
70static __inline size_t
71rawTracedSize(MtraceNode *mtnode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected