]> 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>
Thu, 2 Sep 2021 15:16:39 +0000 (11:16 -0400)
commit3ac2b461bfe8630594b7c3ca5feb15cb6862d36a
tree7a7fa30b9c8e03b549a3d5991075629902f9704f
parent78c931292f6025104229f9a1ec4cf84a31ca4863
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