MCPcopy 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
132void
133initMallocTrace(void)
134{
135 listInitHead(&traceList);
136 tracedSize = rawSize = 0;
137 mutex = mutexInit();
138}
139
140void
141*debugMalloc(size_t size, const char *file, int line)

Callers 1

clblasSetupFunction · 0.50

Calls 2

listInitHeadFunction · 0.85
mutexInitFunction · 0.85

Tested by

no test coverage detected