]> git.saurik.com Git - apple/system_cmds.git/blame - purge.tproj/purge.8
system_cmds-880.60.2.tar.gz
[apple/system_cmds.git] / purge.tproj / purge.8
CommitLineData
fc6d9e4b
A
1.Dd September 20, 2005
2.Dt purge 8
3.Sh NAME
4.Nm purge
5.Nd force disk cache to be purged (flushed and emptied)
6.Sh SYNOPSIS
7.Nm purge
8.Sh DESCRIPTION
9.Nm Purge
10can be used to approximate initial boot conditions with a cold disk buffer cache for performance analysis. It does not affect anonymous memory that has been allocated through malloc, vm_allocate, etc.
11.Pp
12.Sh SEE ALSO
13.Xr sync 8 ,
14.Xr malloc 3