HomeFreeBSD

Reduce memory consumption when allocating kobject strings in the

Description

Reduce memory consumption when allocating kobject strings in the
LinuxKPI. Compute string length before allocating memory instead of
using fixed size allocations. Make kobject_set_name_vargs() global
instead of inline to save some bytes when compiling.

MFC after: 1 week
Sponsored by: Mellanox Technologies

Details

Provenance
hselaskyAuthored on
Parents
rS292833: MFC r290337: Add sysrc(8) support for "rc.conf.d"
Branches
Unknown
Tags
Unknown