Searched refs:lzma_alloc (Results 1 – 1 of 1) sorted by relevance
33 struct lzma_alloc : std::allocator<char> { struct34 lzma_alloc() { } in lzma_alloc() function35 lzma_alloc(const lzma_alloc& other) { } in lzma_alloc() function37 lzma_alloc(const std::allocator<T>& other) { } in lzma_alloc() function46 test_filter_pair( basic_lzma_compressor<lzma_alloc>(), in compression_test()47 basic_lzma_decompressor<lzma_alloc>(), in compression_test()