]> 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, 18 Jun 2021 00:38:52 +0000 (20:38 -0400)
commite019621bc9cbf0ca227fec91349c9b3f381c576e
tree35cd86c74f107b53e0051d3164c5807efc8d2b6d
parent8fd83ee0cc243d7c762c6e0ede050d6fc8655f15
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