Re: [PATCH] btrfs: replace kcalloc() calls to kzalloc_objs()
From: Johannes Thumshirn
Date: Tue Feb 24 2026 - 01:32:50 EST
On 2/24/26 12:45 AM, Miquel Sabaté Solà wrote:
> Commit 2932ba8d9c99 ("slab: Introduce kmalloc_obj() and family")
> introduced, among many others, the kzalloc_objs() helper, which has some
> benefits over kcalloc().
Namely?