aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.malloc
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-18 21:47:18 +0000
committerEvan Huus <eapache@gmail.com>2013-06-18 21:47:18 +0000
commit8e060a2ad5973f27292a29f5b2bd5533abe8fb4f (patch)
treeda227b6d70f71d9cfb268b718c1cfd832c052c56 /doc/README.malloc
parent868f74d62898402784819d575639958f47102dcf (diff)
Update READMEs.
svn path=/trunk/; revision=50020
Diffstat (limited to 'doc/README.malloc')
-rw-r--r--doc/README.malloc9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/README.malloc b/doc/README.malloc
index 76ebb38ac3..a62291f0bb 100644
--- a/doc/README.malloc
+++ b/doc/README.malloc
@@ -1,11 +1,10 @@
$Id$
IMPORTANT NOTE:
- The emem interface (as described in this file) is gradually being
- deprecated. Please use wmem (as described in README.wmem) for new code
- where possible. This file is left as a reference since a great deal of
- existing code still uses emem, and because wmem does not yet have
- complete feature-parity with emem.
+ The emem interface (as described in this file) is deprecated.
+ Please use wmem (as described in README.wmem) for all new code.
+ This file is left as a reference since a great deal of existing
+ code still uses emem.
1. Introduction