diff options
author | andre <andre@FreeBSD.org> | 2004-08-11 17:26:56 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2004-08-11 17:26:56 +0000 |
commit | 3dc2f7c66183e56bc9673fd0b559e8e0a60c67b8 (patch) | |
tree | 718a7c47c3e4dbd15c93c657ea370e79649f2815 /sys/netinet/tcp_syncache.c | |
parent | 5e29f016e37bb52cb85f2679d9d7d1058f9f3148 (diff) | |
download | FreeBSD-src-3dc2f7c66183e56bc9673fd0b559e8e0a60c67b8.zip FreeBSD-src-3dc2f7c66183e56bc9673fd0b559e8e0a60c67b8.tar.gz |
Convert the routing table to use an UMA zone for rtentries. The zone is
called "rtentry".
This saves a considerable amount of kernel memory. R_Zmalloc previously
used 256 byte blocks (plus kmalloc overhead) whereas UMA only needs 132
bytes.
Idea from: OpenBSD
Diffstat (limited to 'sys/netinet/tcp_syncache.c')
0 files changed, 0 insertions, 0 deletions