Deleted Added
full compact
contigmalloc.9 (171503) contigmalloc.9 (232359)
1.\"
2.\" Copyright (c) 2004 Joseph Koshy
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2004 Joseph Koshy
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man9/contigmalloc.9 171503 2007-07-19 17:23:20Z alc $
26.\" $FreeBSD: head/share/man/man9/contigmalloc.9 232359 2012-03-01 20:19:21Z jhb $
27.\"
28.Dd July 19, 2007
29.Dt CONTIGMALLOC 9
30.Os
31.Sh NAME
32.Nm contigmalloc , contigfree
33.Nd manage contiguous kernel physical memory
34.Sh SYNOPSIS
35.In sys/types.h
36.In sys/malloc.h
37.Ft "void *"
38.Fo contigmalloc
39.Fa "unsigned long size"
40.Fa "struct malloc_type *type"
41.Fa "int flags"
42.Fa "vm_paddr_t low"
43.Fa "vm_paddr_t high"
44.Fa "unsigned long alignment"
27.\"
28.Dd July 19, 2007
29.Dt CONTIGMALLOC 9
30.Os
31.Sh NAME
32.Nm contigmalloc , contigfree
33.Nd manage contiguous kernel physical memory
34.Sh SYNOPSIS
35.In sys/types.h
36.In sys/malloc.h
37.Ft "void *"
38.Fo contigmalloc
39.Fa "unsigned long size"
40.Fa "struct malloc_type *type"
41.Fa "int flags"
42.Fa "vm_paddr_t low"
43.Fa "vm_paddr_t high"
44.Fa "unsigned long alignment"
45.Fa "unsigned long boundary"
45.Fa "vm_paddr_t boundary"
46.Fc
47.Ft void
48.Fo contigfree
49.Fa "void *addr"
50.Fa "unsigned long size"
51.Fa "struct malloc_type *type"
52.Fc
53.Sh DESCRIPTION

--- 79 unchanged lines hidden ---
46.Fc
47.Ft void
48.Fo contigfree
49.Fa "void *addr"
50.Fa "unsigned long size"
51.Fa "struct malloc_type *type"
52.Fc
53.Sh DESCRIPTION

--- 79 unchanged lines hidden ---