zone.9 (f5fccbbcb452a7d39e417efa1c68e9436fea1e65) | zone.9 (2ba5bb1ff5cb6d83aca18ab31b97a25f9023a79f) |
---|---|
1.\"- 2.\" Copyright (c) 2001 Dag-Erling Co�dan Sm�rgrav 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 --- 22 unchanged lines hidden (view full) --- 31.Sh NAME 32.Nm zbootinit , 33.Nm zinitna , 34.Nm zinit , 35.Nm zalloc , 36.Nm zfree 37.Nd zone allocator 38.Sh SYNOPSIS | 1.\"- 2.\" Copyright (c) 2001 Dag-Erling Co�dan Sm�rgrav 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 --- 22 unchanged lines hidden (view full) --- 31.Sh NAME 32.Nm zbootinit , 33.Nm zinitna , 34.Nm zinit , 35.Nm zalloc , 36.Nm zfree 37.Nd zone allocator 38.Sh SYNOPSIS |
39.Fd #include <sys/types.h> | 39.Fd #include <sys/param.h> |
40.Fd #include <vm/vm_zone.h> 41.Ft void 42.Fn zbootinit "vm_zone_t z" "char *name" "int size" "void *item" "int nitems" 43.Ft int 44.Fn zinitna "vm_zone_t z" "struct vm_object *obj" "char *name" "int size" "int nentries" "int flags" "int zalloc" 45.Ft vm_zone_t 46.Fn zinit "char *name" "int size" "int nentries" "int flags" "int zalloc" 47.Ft void * --- 144 unchanged lines hidden --- | 40.Fd #include <vm/vm_zone.h> 41.Ft void 42.Fn zbootinit "vm_zone_t z" "char *name" "int size" "void *item" "int nitems" 43.Ft int 44.Fn zinitna "vm_zone_t z" "struct vm_object *obj" "char *name" "int size" "int nentries" "int flags" "int zalloc" 45.Ft vm_zone_t 46.Fn zinit "char *name" "int size" "int nentries" "int flags" "int zalloc" 47.Ft void * --- 144 unchanged lines hidden --- |