aboutsummaryrefslogtreecommitdiff
path: root/tests/common/sys.h
AgeCommit message (Collapse)Author
2024-08-30improvements to shared memory handlingKimplul
+ Now each shared region is reference counter (technically each region is refernce counted, private regions just have a count of 1). Also, syscalls that touch the TLB get flushed, but should probably look into where else this flushing might be needed.
2024-08-30add some basic benchmarksKimplul