Home
last modified time | relevance | path

Searched defs:zstd_alloc (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dzstd_test.cpp34 struct zstd_alloc : std::allocator<char> { struct
35 zstd_alloc() { } in zstd_alloc() argument
36 zstd_alloc(const zstd_alloc& other) { } in zstd_alloc() function
38 zstd_alloc(const std::allocator<T>& other) { } in zstd_alloc() function