Home
last modified time | relevance | path

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

/u-boot/fs/squashfs/
A Dsqfs_decompressor.c43 ctxt->zstd_workspace = malloc(zstd_dctx_workspace_bound()); in sqfs_decompressor_init()
44 if (!ctxt->zstd_workspace) in sqfs_decompressor_init()
71 free(ctxt->zstd_workspace); in sqfs_decompressor_cleanup()
104 ctx = zstd_init_dctx(ctxt->zstd_workspace, wsize); in sqfs_zstd_decompress()
A Dsqfs_filesystem.h81 void *zstd_workspace; member

Completed in 9 milliseconds