From 0464b7765aa4d1fc2178e443a3b37d19cfe541a0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 2 Mar 2025 21:45:51 +0200 Subject: add ideal allocation tracker + 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. --- deps/conts | 1 + 1 file changed, 1 insertion(+) create mode 160000 deps/conts (limited to 'deps/conts') diff --git a/deps/conts b/deps/conts new file mode 160000 index 0000000..2d63e80 --- /dev/null +++ b/deps/conts @@ -0,0 +1 @@ +Subproject commit 2d63e807ac56cad97bf32bec0e8372dc2bed240d -- cgit v1.3