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

Function allocBuildLog

src/library/blas/generic/common.c:55–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#ifdef PRINT_BUILD_ERRORS
54
55static char
56*allocBuildLog(void)
57{
58 char *log;
59
60 log = malloc(BUILD_LOG_SIZE);
61 if (log) {
62 log[0] = '\0';
63 }
64
65 return log;
66}
67
68static void
69freeBuildLog(char *buildLog)

Callers 1

makeKernelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected