]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reduce the size of a vm object by converting its shadow list from a TAILQ
authorAlan Cox <alc@FreeBSD.org>
Sun, 18 May 2003 04:10:16 +0000 (04:10 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 18 May 2003 04:10:16 +0000 (04:10 +0000)
commit1c500307d13f672d9e38cd54697719a4f8bafeff
tree8cbfc7eb93bf2470ac7aa7c329a2fa81e4f81b07
parentb5568efe33207fe3b28e80997f732f74c8d93a0d
Reduce the size of a vm object by converting its shadow list from a TAILQ
to a LIST.

Approved by: re (rwatson)
sys/vm/vm_object.c
sys/vm/vm_object.h