Deleted Added
full compact
25c25
< .\" $FreeBSD: head/lib/libmemstat/libmemstat.3 232157 2012-02-25 14:31:25Z gjb $
---
> .\" $FreeBSD: head/lib/libmemstat/libmemstat.3 261726 2014-02-10 20:09:10Z glebius $
27c27
< .Dd February 25, 2012
---
> .Dd February 11, 2014
82a83,84
> .Fn memstat_get_rsize "const struct memory_type *mtp"
> .Ft uint64_t
289a292,296
> .It Fn memstat_get_rsize
> If the memory type supports a fixed allocation size, return real size
> of an allocation.
> Real size can exceed requested size due to alignment constraints or
> implicit padding.