Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dbzip2.hpp139 struct bzip2_allocator : private Base { struct
164 bzip2_allocator<Alloc>& alloc ) in init()
166 bool custom = bzip2_allocator<Alloc>::custom; in init()
168 custom ? bzip2_allocator<Alloc>::allocate : 0, in init()
169 custom ? bzip2_allocator<Alloc>::deallocate : 0, in init()
201 bzip2_allocator<Alloc>
225 bzip2_allocator<Alloc>
291 void* bzip2_allocator<Alloc, Base>::allocate(void* self, int items, int size) in allocate()
306 void bzip2_allocator<Alloc, Base>::deallocate(void* self, void* address) in deallocate()
351 { bzip2_base::init(true, static_cast<bzip2_allocator<Alloc>&>(*this)); } in init()
[all …]