Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dlzma.hpp130 struct lzma_allocator : private Base { struct
155 lzma_allocator<Alloc>& zalloc ) in init()
157 bool custom = lzma_allocator<Alloc>::custom; in init()
159 custom ? lzma_allocator<Alloc>::allocate : 0, in init()
160 custom ? lzma_allocator<Alloc>::deallocate : 0, in init()
187 class lzma_compressor_impl : public lzma_base, public lzma_allocator<Alloc> {
202 class lzma_decompressor_impl : public lzma_base, public lzma_allocator<Alloc> {
266 void* lzma_allocator<Alloc, Base>::allocate in allocate()
282 void lzma_allocator<Alloc, Base>::deallocate(void* self, void* address) in deallocate()
293 { init(p, true, static_cast<lzma_allocator<Alloc>&>(*this)); } in lzma_compressor_impl()
[all …]
/third_party/python/Modules/
D_lzmamodule.c108 lzma_allocator alloc;
116 lzma_allocator alloc;