diff options
| author | John Dyson <dyson@FreeBSD.org> | 1997-12-14 05:17:44 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1997-12-14 05:17:44 +0000 |
| commit | b0d8408e2172cd8465f1881dbaac46e98f2af3bf (patch) | |
| tree | faf0acd6ea2548d121824cb8fe2bc55385d5149c /sys/vm/vm_zone.h | |
| parent | f2477ae13d33eb108ac1c3e76c3a2f22547875d1 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_zone.h')
| -rw-r--r-- | sys/vm/vm_zone.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_zone.h b/sys/vm/vm_zone.h index 58d29bf15f8c..e1e850ff6e45 100644 --- a/sys/vm/vm_zone.h +++ b/sys/vm/vm_zone.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vm_zone.h,v 1.7 1997/09/21 11:41:12 peter Exp $ + * $Id: vm_zone.h,v 1.8 1997/12/05 19:55:52 bde Exp $ */ #if !defined(_SYS_ZONE_H) @@ -68,6 +68,7 @@ void * _zget __P((vm_zone_t z)); #define ZONE_ERROR_NOTFREE 1 #define ZONE_ERROR_ALREADYFREE 2 +#define ZONE_ROUNDING 32 #define ZENTRY_FREE 0x12342378 /* |
