From fc0275bd6700cce0bd19776d0c00bf2566afb4cf Mon Sep 17 00:00:00 2001 From: Visa Hankala Date: Fri, 27 Oct 2017 16:11:01 +0000 Subject: Allocate IPv6 reassembly structs using pools instead of malloc(), and drop the now redundant allocation type M_FTABLE. OK mikeb@, bluhm@, mpi@ --- share/man/man9/malloc.9 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'share') 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 -- cgit v1.2.3