Searched refs:GetMaxSize (Results 1 – 6 of 6) sorted by relevance
62 uint64_t GetMaxSize() const { return max_; } in GetMaxSize() function
116 << "Size of buddy space = " << s.GetMaxSize() << "\n" in operator <<()
44 static size_t GetMaxSize() { return kMaxSize; } in GetMaxSize() function
111 Size = std::min(Size, Word::GetMaxSize()); in AddInterestingWord()198 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()
456 if (U.size() <= Word::GetMaxSize()) in FuzzerDriver()
121 if (sz > bs_->GetMaxSize()) { in Insert()