Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/vm/uma.h 100326 2002-07-18 15:53:11Z markm $
---
> * $FreeBSD: head/sys/vm/uma.h 103531 2002-09-18 08:26:30Z jeff $
176c176,183
< #define UMA_ZONE_VM 0x0080 /* Used for internal vm datastructures */
---
> #define UMA_ZONE_VM 0x0080 /*
> * Used for internal vm datastructures
> * only.
> */
> #define UMA_ZONE_HASH 0x0100 /*
> * Use a hash table instead of caching
> * information in the vm_page.
> */
312,313c319
< * hash An area of memory that will become the malloc hash
< * elems The number of elements in this array
---
> * None
319,320c325
< * uma_startup2 is called by kmeminit() to prepare the malloc
< * hash bucket, and enable use of uma for malloc ops.
---
> * uma_startup2 is called by kmeminit() to enable us of uma for malloc.
323c328
< void uma_startup2(void *hash, u_long elems);
---
> void uma_startup2(void);