class ScopedMapping

Defined at line 15 of file ../../src/tests/microbenchmarks/scoped_mapping.h

ScopedMapping returns an mmapped region of memory that gets unmapped when it

goes out of scope.

Public Methods

void ScopedMapping (size_t size, int prot, int flags)

Defined at line 17 of file ../../src/tests/microbenchmarks/scoped_mapping.h

void ~ScopedMapping ()

Defined at line 23 of file ../../src/tests/microbenchmarks/scoped_mapping.h

void ScopedMapping (const ScopedMapping & )

Defined at line 25 of file ../../src/tests/microbenchmarks/scoped_mapping.h

ScopedMapping & operator= (const ScopedMapping & )

Defined at line 26 of file ../../src/tests/microbenchmarks/scoped_mapping.h

uintptr_t base ()

Defined at line 28 of file ../../src/tests/microbenchmarks/scoped_mapping.h

size_t size ()

Defined at line 30 of file ../../src/tests/microbenchmarks/scoped_mapping.h