HomeFreeBSD

malloc: Pass the allocation size to malloc_large() by value

Description

malloc: Pass the allocation size to malloc_large() by value

Its callers do not make use the modified size that malloc_large() was
returning, so there's no need to pass a pointer. No functional change
intended.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on Jul 13 2021, 9:47 PM
Parents
rG39552dff7bb5: graid3: Zero the metadata block before writing
Branches
Unknown
Tags
Unknown