utilizing->particular
This commit is contained in:
parent
4c5a18c475
commit
b8c616269f
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: beyond43.ms,v 1.2 1998/01/09 06:40:54 perry Exp $
|
||||
.\" $NetBSD: beyond43.ms,v 1.3 2003/02/04 23:48:30 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -116,7 +116,7 @@ BSD release.
|
||||
Kernel Memory Allocator
|
||||
.PP
|
||||
The 4.3BSD UNIX kernel used 10 different memory allocation mechanisms,
|
||||
each designed for the particular needs of the utilizing subsystem.
|
||||
each designed for the particular needs of the particular subsystem.
|
||||
These mechanisms have been replaced by a general purpose dynamic
|
||||
memory allocator that can be used by all of the kernel subsystems.
|
||||
The design of this allocator takes advantage of known memory usage
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: kernmalloc.t,v 1.3 2000/03/13 23:03:37 soren Exp $
|
||||
.\" $NetBSD: kernmalloc.t,v 1.4 2003/02/04 23:47:52 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1988 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -105,7 +105,7 @@ University of California, Berkeley
|
||||
Berkeley, California 94720
|
||||
.AB
|
||||
The 4.3BSD UNIX kernel uses many memory allocation mechanisms,
|
||||
each designed for the particular needs of the utilizing subsystem.
|
||||
each designed for the particular needs of the particular subsystem.
|
||||
This paper describes a general purpose dynamic memory allocator
|
||||
that can be used by all of the kernel subsystems.
|
||||
The design of this allocator takes advantage of known memory usage
|
||||
|
Loading…
Reference in New Issue
Block a user