pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing support for memory mapping

marcinslusarz opened this issue · comments

mmap, munmap, mprotect, mremap, msync are not supported for pmemfile files

This is blocked on missing support in pmemobj for aligned allocations.

Aligned allocations are available since pmem/pmdk#2654 (pmemobj >= 1.5)