Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dpool.c310 static POOL_ctx g_poolCtx; variable
320 return &g_poolCtx; in POOL_create_advanced()
324 assert(!ctx || ctx == &g_poolCtx); in POOL_free()
346 assert(ctx == &g_poolCtx); in POOL_sizeof()