X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/e6573410a1846a22a7c861e198f43b63196d4ea2..744612b5d258474e367710b870a5caaed7d11ab9:/ITVirtualMemoryInfo.h diff --git a/ITVirtualMemoryInfo.h b/ITVirtualMemoryInfo.h old mode 100755 new mode 100644 index a5cd1ca..8179938 --- a/ITVirtualMemoryInfo.h +++ b/ITVirtualMemoryInfo.h @@ -1,29 +1,25 @@ /* * ITFoundation - * ITVirtualMemoryInfo - * Class that provides utilities for getting information - * on Mac OS X's mach kernel's Virtual Memory settings - * and status + * ITVirtualMemoryInfo.h * - * Original Author : Joseph Spiros - * Responsibility : Matt Judy - * Responsibility : Joseph Spiros + * Class that provides utilities for getting information on Mac OS X's mach + * kernel's virtual memory settings and status. * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ #import #import -/* For this platform, as of this Mach version, - * the default page size is 4096, or 4k */ +/* For Mac OS X the default page size is 4096 (4K) */ #define DEFAULT_PAGE_SIZE 4096 - @interface ITVirtualMemoryInfo : NSObject { - vm_statistics_data_t stat; + vm_statistics_data_t stat; } - (id)init; @@ -42,4 +38,4 @@ - (int)lookups; - (int)hitratePercentage; -@end +@end \ No newline at end of file