HomeFreeBSD

rtld_malloc.c: cleanup morepages().

Description

rtld_malloc.c: cleanup morepages().

Use roundup2() and rounddown2() instead of inlining them.
Get rid of the fd local variable, use literal -1 for the mmap argument.
Use MAP_FAILED as mmap(2) failure indicator.
After that, apply some style.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Details

Provenance
kibAuthored on
Parents
rS347692: Remove more dead definitions from rtld_malloc.c after r347019.
Branches
Unknown
Tags
Unknown