HomeFreeBSD

MFstable/10 r301680:

Description

MFstable/10 r301680:

MFC r300625:

Remove unnecessary memset(.., 0, ..)'s

The mem_alloc macro calls calloc (userspace) / malloc(.., M_WAITOK|M_ZERO)
under the covers, so zeroing out memory is already handled by the underlying
calls

Details

Provenance
ngieAuthored on
Parents
rS301680: MFC r300625:
Branches
Unknown
Tags
Unknown