Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ZSTD_freeThreadPool
Function
ZSTD_freeThreadPool
freebsd/contrib/zstd/lib/common/pool.c:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void ZSTD_freeThreadPool (ZSTD_threadPool* pool) {
192
POOL_free (pool);
193
}
194
195
size_t POOL_sizeof(POOL_ctx *ctx) {
196
if (ctx==NULL) return 0; /* supports sizeof NULL */
Callers
1
main
Function · 0.85
Calls
1
POOL_free
Function · 0.70
Tested by
no test coverage detected