diff options
author | jasone <jasone@FreeBSD.org> | 1999-12-29 15:44:59 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 1999-12-29 15:44:59 +0000 |
commit | a0b3dffc3d8f4c9f62816004946bf6c95f9f9971 (patch) | |
tree | 8ba7518bd446eaa7340253f9f0f0ebaa35117340 /sbin/fdisk | |
parent | 383cb3575ca956c99535f199b7697e0cb3a5f5b0 (diff) | |
download | FreeBSD-src-a0b3dffc3d8f4c9f62816004946bf6c95f9f9971.zip FreeBSD-src-a0b3dffc3d8f4c9f62816004946bf6c95f9f9971.tar.gz |
Don't explicitly mmap() red zones at the bottom of thread stacks (except
the initial thread). Instead, just leave an unmapped gap between thread
stacks and make sure that the thread stacks won't grow into these gaps,
simply by limiting the size of the stacks with the 'len' argument to
mmap(). This (if I understand correctly) reduces VM overhead
considerably.
Reviewed by: deischen
Diffstat (limited to 'sbin/fdisk')
0 files changed, 0 insertions, 0 deletions