HomeFreeBSD

filedesc: create a dedicated zone for struct filedesc0

Description

filedesc: create a dedicated zone for struct filedesc0

Currently sizeof(struct filedesc0) is 1096 bytes, which means allocations from
malloc use 2048 bytes.

There is no easy way to shrink the structure <= 1024 an it is likely to grow in
the future.

Details

Provenance
mjgAuthored on
Parents
rS274004: MFC r273809:
Branches
Unknown
Tags
Unknown

Event Timeline