HomeFreeBSD

Revert r327697:

Description

Revert r327697:
malloc(9): drop the __result_use_check attribute for the kernel allocator.

My bad: __result_use_check just checks the for the general and we always
want to make sure allocated memory is used, not only checked for nullness.

Add it to reallocf since that was missing.

Details

Provenance
pfgAuthored on
Parents
rS327698: Release the queue lock before restarting the worker loop.
Branches
Unknown
Tags
Unknown