]> www.infradead.org Git - users/jedix/linux-maple.git/commit
radix tree test suite: Add allocation counts and size to kmem_cache
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 1 Jun 2021 14:35:43 +0000 (10:35 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 26 Nov 2021 19:50:26 +0000 (14:50 -0500)
commit685100e037ef82682eb68df4690232838c97096b
tree62c213e4a976f2adb21d0068780f072e3b98e64a
parent96f1807b6137bb1b048afd7d170f601b0c8ca44d
radix tree test suite: Add allocation counts and size to kmem_cache

Add functions to get the number of allocations, and total allocations
from a kmem_cache.  Also add a function to get the allocated size and a
way to zero the total allocations.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
tools/testing/radix-tree/linux.c