Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ initMallocTrace
Function
initMallocTrace
src/library/common/trace_malloc.c:132–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
void
133
initMallocTrace(void)
134
{
135
listInitHead(&traceList);
136
tracedSize = rawSize = 0;
137
mutex = mutexInit();
138
}
139
140
void
141
*debugMalloc(size_t size, const char *file, int line)
Callers
1
clblasSetup
Function · 0.50
Calls
2
listInitHead
Function · 0.85
mutexInit
Function · 0.85
Tested by
no test coverage detected