class VmoClone2TestCase
Defined at line 33 of file ../../zircon/system/utest/core/vmo/vmo-clone2.cc
Some tests below rely on sampling the memory statistics and having only the
page allocations directly incurred by the test code happen during the test.
Those samples can be polluted by any COW faults taken by this program itself
for touching its own data pages. So avoid the pollution by preemptively
faulting in all the static data pages beforehand.
Public Methods
void SetUpTestSuite ()
Defined at line 35 of file ../../zircon/system/utest/core/vmo/vmo-clone2.cc