MCPcopy 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
191void ZSTD_freeThreadPool (ZSTD_threadPool* pool) {
192 POOL_free (pool);
193}
194
195size_t POOL_sizeof(POOL_ctx *ctx) {
196 if (ctx==NULL) return 0; /* supports sizeof NULL */

Callers 1

mainFunction · 0.85

Calls 1

POOL_freeFunction · 0.70

Tested by

no test coverage detected