]> 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, 3 Feb 2022 15:10:36 +0000 (10:10 -0500)
commit81d2784518c4be4a128f350cf01780ff3bc7792b
tree125dbc60c5f953faf940ff6f511851328b97d6d3
parent3f4d12ce6c54e66ca98ed5f47b6c34fbc41a7f81
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