Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dzstd.hpp118 struct zstd_allocator : private Base { struct
142 zstd_allocator<Alloc>& zalloc ) in init()
144 bool custom = zstd_allocator<Alloc>::custom; in init()
146 custom ? zstd_allocator<Alloc>::allocate : 0, in init()
147 custom ? zstd_allocator<Alloc>::deallocate : 0, in init()
176 class zstd_compressor_impl : public zstd_base, public zstd_allocator<Alloc> {
191 class zstd_decompressor_impl : public zstd_base, public zstd_allocator<Alloc> {
255 void* zstd_allocator<Alloc, Base>::allocate in allocate()
271 void zstd_allocator<Alloc, Base>::deallocate(void* self, void* address) in deallocate()
282 { init(p, true, static_cast<zstd_allocator<Alloc>&>(*this)); } in zstd_compressor_impl()
[all …]