HomeFreeBSD

Reduce the memory requirements for the tables by (1) using malloced strings

Description

Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by: Victor Cruceru <soc-victor@>

Details

Provenance
hartiAuthored on Jul 14 2006, 9:07 AM
Parents
rGa887f1a657d3: Don't attach 2422's yet. It just confuses everyone.
Branches
Unknown
Tags
Unknown

Event Timeline