]> 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>
Tue, 14 Dec 2021 20:10:45 +0000 (15:10 -0500)
commitfe1327b2f53d1236bfc711b51c726c9ffdb21c1b
treeea4ae6558b94d13182ed2be2c13ab107e28768db
parent57c33bd420293b44c2a39f9ea9ce7684e3129483
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