Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
static 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
68
static void
69
freeBuildLog(char *buildLog)
Callers
1
makeKernel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected