class Mapping

Defined at line 145 of file ../../zircon/system/utest/core/vmo/helpers.h

Simple class for managing vmo mappings w/o any external dependencies.

Public Methods

void ~Mapping ()

Defined at line 147 of file ../../zircon/system/utest/core/vmo/helpers.h

zx_status_t Init (const zx::vmo & vmo, size_t len)

Defined at line 153 of file ../../zircon/system/utest/core/vmo/helpers.h

uint32_t * ptr ()

Defined at line 160 of file ../../zircon/system/utest/core/vmo/helpers.h

uint8_t * bytes ()

Defined at line 161 of file ../../zircon/system/utest/core/vmo/helpers.h