pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

Missing support for memory mapping #176

Open marcinslusarz opened 7 years ago

marcinslusarz commented 7 years ago

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

marcinslusarz commented 7 years ago

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

marcinslusarz commented 6 years ago

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