Home
last modified time | relevance | path

Searched refs:g_poolCtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c313 static POOL_ctx g_poolCtx; variable
325 return &g_poolCtx; in POOL_create_advanced()
329 assert(!ctx || ctx == &g_poolCtx); in POOL_free()
351 assert(ctx == &g_poolCtx); in POOL_sizeof()