Re: Proposed addition of malloc_size_np()



In message <20060328091153.GC961@xxxxxxxxxxxxxxxxxxxxxxx>, Peter Jeremy writes:


In an ideal world, a pointer would be an [address, size] pair (or even
[size, address, type] tuple) so that any the bounds (and type) can be
verified by anything that wants to. (The iAPX432 tried this).

The first computer to actually _do_ this was Linn's "Rekursiv" computer,
which had the microcode manage in-memory objects, including swapping
to/from backing store.

http://www.brouhaha.com/~eric/retrocomputing/rekursiv/



--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@xxxxxxxxxxx | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"



Relevant Pages