Skip to content
Snippets Groups Projects
Commit 36da4133 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Implemented API for mapping journal entries to virtual memory.

This could be used to write directly to journal file without
allocating additional memory.
Uses mmap() and journal file as backing store.
It shouldn't be used much on small entries, as the minimum
mapped length and offset is system page size.

refs #1797
parent e83d34d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment