]> 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>
Mon, 14 Feb 2022 15:21:53 +0000 (10:21 -0500)
commitbbffce2004cf427b054b5905ad489261939ade56
tree18dcd763faac5130a945d221190aab501b79b9cd
parent94e334ab8448ba89aa9527d25e73dc162afd5dff
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