Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h163 class fuzzer_allocator: public std::allocator<T> {
165 fuzzer_allocator() = default;
168 fuzzer_allocator(const fuzzer_allocator<U>&) {} in fuzzer_allocator() function
171 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>>;