aboutsummaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Collapse)Author
2025-08-29bump contsKimplul
2025-08-10make tests actually usefulKimplul
+ Apparently quite a few components are currently broken, didn't even remember
2025-08-09formatKimplul
2025-03-02add ideal allocation trackerKimplul
+ Kind of like CHERI, but uses out-of-line pointer information. The idea is that a core that is compatible with ALLOC_IF queries the allocation tracker if an address is legal and gets a response. This ideal tracker effectively has infinite memory and doesn't talk to any other components, but a real implementation might want to limit the allocations per process or chat with some reserved memory region somewhere else in the system to maintain a binary tree or something.
2025-02-23initial torus stuffKimplul
+ Not quite deadlock free for 2D/3D for whatever reason
2024-09-25technically speaking deadlock free, but starvesKimplul