Extended memory management with POSIX.1b

NB: This page is maintained here for archival purposes only.

The xmemory module allows to extend the memory available to a process running on a POSIX system to a virtually infinite amount, by making use of the mmap() system call.

Documentation

Source code