Searched refs:zlib_allocator (Results 1 – 1 of 1) sorted by relevance
165 struct zlib_allocator : private Base { struct190 zlib_allocator<Alloc>& zalloc ) in init()192 bool custom = zlib_allocator<Alloc>::custom; in init()194 custom ? zlib_allocator<Alloc>::allocate : 0, in init()195 custom ? zlib_allocator<Alloc>::deallocate : 0, in init()228 class zlib_compressor_impl : public zlib_base, public zlib_allocator<Alloc> { 243 class zlib_decompressor_impl : public zlib_base, public zlib_allocator<Alloc> {316 void* zlib_allocator<Alloc, Base>::allocate in allocate()332 void zlib_allocator<Alloc, Base>::deallocate(void* self, void* address) in deallocate()343 { init(p, true, static_cast<zlib_allocator<Alloc>&>(*this)); } in zlib_compressor_impl()[all …]