Shankar Agarwal wrote:

> Hi,
> Can you please tell me when did the MGET function change it
> implementation from using MALLOC to using pool_get to allocate a
mbuf. I

    Never. We don't use pool_get(). That's a NetBSD-ism. :-)

    The mbuf subsystem uses its own allocator and stats are kept in
mbstat which is exported via sysctl. Things like netstat(1) can fetch
this information for you.

> am having a trouble finding out how does the memstats keep track of
the
> mbufs allocated through pool_get.
> Thanks
> Regards
> Shankar



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to