Deleted Added
full compact
46c46
< __FBSDID("$FreeBSD: head/sys/kern/kern_malloc.c 193490 2009-06-05 09:16:52Z brian $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_malloc.c 209390 2010-06-21 09:55:56Z ed $");
132c132
< static u_int8_t kmemsize[KMEM_ZSIZE + 1];
---
> static uint8_t kmemsize[KMEM_ZSIZE + 1];
561c561
< u_int8_t indx;
---
> uint8_t indx;
882,883c882,883
< u_int64_t allocs, frees;
< u_int64_t alloced, freed;
---
> uint64_t allocs, frees;
> uint64_t alloced, freed;