Searched defs:zstd_alloc (Results 1 – 1 of 1) sorted by relevance
34 struct zstd_alloc : std::allocator<char> { struct35 zstd_alloc() { } in zstd_alloc() argument36 zstd_alloc(const zstd_alloc& other) { } in zstd_alloc() function38 zstd_alloc(const std::allocator<T>& other) { } in zstd_alloc() function