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

Function freeSolAreaNode

src/library/blas/generic/solution_assert.c:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void
99freeSolAreaNode(ListNode *node)
100{
101 SolArea *area = container_of(node, node, SolArea);
102
103 free(area);
104}
105
106static void
107accProcessed(ListNode *node, void *priv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected