Home
last modified time | relevance | path

Searched defs:bufPool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstdmt_compress.c106 static void ZSTDMT_freeBufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_freeBufferPool()
124 ZSTDMT_bufferPool* const bufPool = in ZSTDMT_createBufferPool() local
144 static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool) in ZSTDMT_sizeof_bufferPool()
162 static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_t const bSize) in ZSTDMT_setBufferSize()
192 static buffer_t ZSTDMT_getBuffer(ZSTDMT_bufferPool* bufPool) in ZSTDMT_getBuffer()
234 static buffer_t ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buffer) in ZSTDMT_resizeBuffer()
255 static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf) in ZSTDMT_releaseBuffer()
658 ZSTDMT_bufferPool* bufPool; /* Thread-safe - used by mtctx and (all) workers */ member
853 ZSTDMT_bufferPool* bufPool; member
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/
DRegisteredHandlePool.h48 std::unordered_set<buffer_handle_t> bufPool; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dexample_pool_test.go15 var bufPool = sync.Pool{ var
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/internal/buffer/
Dbuffer.go17 var bufPool = sync.Pool{ var
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhuffman.go14 var bufPool = sync.Pool{ var