Searched refs:fuzzer_allocator (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h194 class fuzzer_allocator: public std::allocator<T> { class in namespace:fuzzer
196 fuzzer_allocator() = default;
199 fuzzer_allocator(const fuzzer_allocator<U>&) {} argument
202 struct rebind { typedef fuzzer_allocator<Other> other; };
206 using Vector = std::vector<T, fuzzer_allocator<T>>;
209 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;

Completed in 48 milliseconds