OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fuzzer_allocator
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h
163
class
fuzzer_allocator
: public std::allocator<T> {
class in namespace:fuzzer
165
fuzzer_allocator
() = default;
168
fuzzer_allocator
(const
fuzzer_allocator
<U>&) {}
function in class:fuzzer::fuzzer_allocator
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>>;
FuzzerDefs.h
163
class
fuzzer_allocator
: public std::allocator<T> {
class in namespace:fuzzer
165
fuzzer_allocator
() = default;
168
fuzzer_allocator
(const
fuzzer_allocator
<U>&) {}
function in class:fuzzer::fuzzer_allocator
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>>;
Completed in 20 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025