diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-27 16:11:01 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-27 16:11:01 +0000 |
commit | fc0275bd6700cce0bd19776d0c00bf2566afb4cf (patch) | |
tree | 8d57834b7cd6bef055a3a45c4fc1efdfeab84a1c /share | |
parent | 09696030a52394ffc7b9a00b5e6ca26709c539ec (diff) |
Allocate IPv6 reassembly structs using pools instead of malloc(),
and drop the now redundant allocation type M_FTABLE.
OK mikeb@, bluhm@, mpi@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/malloc.9 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index c06392e931f..0988669d535 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.63 2016/11/14 03:23:45 dlg Exp $ +.\" $OpenBSD: malloc.9,v 1.64 2017/10/27 16:11:00 visa Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 14 2016 $ +.Dd $Mdocdate: October 27 2017 $ .Dt MALLOC 9 .Os .Sh NAME @@ -159,8 +159,6 @@ debug structures. Protocol control blocks. .It Dv M_RTABLE Routing tables. -.It Dv M_FTABLE -Fragment reassembly headers. .It Dv M_IFADDR Interface addresses. .It Dv M_SOOPTS |