On Wed, 9 Mar 2005 20:41:40 -0800 (PST)
sai narasimhamurthy <[EMAIL PROTECTED]> wrote:

> Whats the deal with the "kmem_cache_free" and the
> "kfree"s which seem to be at the top of my 2.6.10
> readprofile results??? These do not appear in the
> 2.4.x . I have included my readprofile results(when I
> was running the TCP application, in my case, iSCSI) at
> the bottom of this email. 

Disable SLAB object poisioning, with that debugging feature
enabled every memory free results in a memset() over that
entire free'd memory object.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to