Searched refs:fuzzer_allocator (Results 1 – 1 of 1) sorted by relevance
163 class fuzzer_allocator: public std::allocator<T> {165 fuzzer_allocator() = default;168 fuzzer_allocator(const fuzzer_allocator<U>&) {} in fuzzer_allocator() function171 struct rebind { typedef fuzzer_allocator<Other> other; };175 using Vector = std::vector<T, fuzzer_allocator<T>>;178 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;