summaryrefslogtreecommitdiff
path: root/share/doc/papers/malloc/abs.ms
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-07-01 20:12:34 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-07-01 20:12:34 +0000
commit7b902249f5fa5694148003f12f18ef2ed9371848 (patch)
treebc2297cd4a6764d611ba79ed02e990cb5d8fac1b /share/doc/papers/malloc/abs.ms
parent57d41f42174e86367d5ee3c73380ab0a15ab60b6 (diff)
these files are unbelievably out of date
Diffstat (limited to 'share/doc/papers/malloc/abs.ms')
-rw-r--r--share/doc/papers/malloc/abs.ms35
1 files changed, 0 insertions, 35 deletions
diff --git a/share/doc/papers/malloc/abs.ms b/share/doc/papers/malloc/abs.ms
deleted file mode 100644
index f7b74056046..00000000000
--- a/share/doc/papers/malloc/abs.ms
+++ /dev/null
@@ -1,35 +0,0 @@
-.\"
-.\" ----------------------------------------------------------------------------
-.\" "THE BEER-WARE LICENSE" (Revision 42):
-.\" <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
-.\" can do whatever you want with this stuff. If we meet some day, and you think
-.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
-.\" ----------------------------------------------------------------------------
-.\"
-.\" $OpenBSD: abs.ms,v 1.2 1997/01/05 22:18:06 tholo Exp $
-.\"
-.if n .ND
-.TL
-Malloc(3) in modern Virtual Memory environments.
-.sp
-Revised
-Fri Apr 5 12:50:07 1996
-.AU
-Poul-Henning Kamp
-.AI
-<phk@FreeBSD.org>
-Den Andensidste Viking
-Valbygaardsvej 8
-DK-4200 Slagelse
-Denmark
-.AB
-Malloc/free is one of the oldest part of the C language environment
-and obviously the world has changed a bit since it was first made.
-The fact that most UNIX kernels have changed from a swap/segment to
-a virtual memory/page based memory management has not been sufficiently
-reflected in the implementations of the malloc/free API.
-.PP
-A new implementation was designed, written, tested and bench-marked
-with an eye on the workings and performance characteristics of modern
-Virtual Memory systems.
-.AE