1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/hermit/mm
Stefan Lankes 545073235a simplify memory management
HermitCore is a single-address space operating system => only one global
lock is required to protect the page tables and the VMA structure.

Furthermore, obsolete code to duplicate tasks is removed.
2016-03-21 00:18:45 +01:00
..
Makefile add empty system calls to link MPI applications 2016-01-22 04:41:49 +01:00
malloc.c simplify memory management 2016-03-21 00:18:45 +01:00
memory.c simplify memory management 2016-03-21 00:18:45 +01:00
shm.c enable iRCCE support 2016-01-26 14:30:00 +01:00
vma.c simplify memory management 2016-03-21 00:18:45 +01:00