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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp71 static void fillString(scudo::ScopedString &Str, scudo::uptr Size) { function
83 fillString(Str, 2 * PageSize);
85 fillString(Str, PageSize - 64);
88 fillString(Str, PageSize - 16);
91 fillString(Str, PageSize - 16);

Completed in 168 milliseconds