struct VmoCloneDisjointClonesTests

Defined at line 896 of file ../../zircon/system/utest/core/vmo/vmo-clone2.cc

Tests that disjoint clones work (i.e. create multiple clones, none of which

overlap) and that they don't unnecessarily retain/allocate memory after

closing the original VMO. This tests two cases - resetting the original vmo

before writing to the clones and resetting the original vmo after writing to

the clones.

Public Methods

void DisjointClonesTest (bool early_close)

Defined at line 897 of file ../../zircon/system/utest/core/vmo/vmo-clone2.cc