Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/vm/uma.h 211396 2010-08-16 14:24:00Z andre $
---
> * $FreeBSD: head/sys/vm/uma.h 213910 2010-10-16 04:14:45Z lstewart $
473a474,484
> * Obtains the approximate current number of items allocated from a zone
> *
> * Arguments:
> * zone The zone to obtain the current allocation count from
> *
> * Return:
> * int The approximate current number of items allocated from the zone
> */
> int uma_zone_get_cur(uma_zone_t zone);
>
> /*