Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ BMK_SetBlockSize
Function
BMK_SetBlockSize
freebsd/contrib/zstd/zlibWrapper/examples/zwrapbench.c:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void BMK_SetBlockSize(size_t blockSize)
123
{
124
g_blockSize = blockSize;
125
DISPLAYLEVEL(2,
"using blocks of size %u KB \n"
, (unsigned)(blockSize>>10));
126
}
127
128
129
/* ********************************************************
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected