Searched defs:lzma_alloc (Results 1 – 1 of 1) sorted by relevance
33 struct lzma_alloc : std::allocator<char> { struct34 lzma_alloc() { } in lzma_alloc() argument35 lzma_alloc(const lzma_alloc& other) { } in lzma_alloc() function37 lzma_alloc(const std::allocator<T>& other) { } in lzma_alloc() argument