ae.sys.datamm

ae.sys.datamm

Members

Aliases

MmMode
alias MmMode = MmFile.Mode
Undocumented in source.

Classes

MappedMemory
class MappedMemory

Memory implementation encapsulating a memory-mapped file. When the last reference is released, the file is unmapped.

Functions

mapFile
Data mapFile(string name, MmMode mode, size_t from, size_t to)

Returns a Data viewing a mapped file.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>