X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a38dee0c58dae0d276ab663eddf7124c2ce9acc5..744612b5d258474e367710b870a5caaed7d11ab9:/ITVirtualMemoryInfo.h diff --git a/ITVirtualMemoryInfo.h b/ITVirtualMemoryInfo.h old mode 100755 new mode 100644 index f0e3bb8..8179938 --- a/ITVirtualMemoryInfo.h +++ b/ITVirtualMemoryInfo.h @@ -1,30 +1,25 @@ /* * ITFoundation - * ITVirtualMemoryInfo + * ITVirtualMemoryInfo.h * - * Class that provides utilities for getting information - * on Mac OS X's mach kernel's Virtual Memory settings - * and status + * Class that provides utilities for getting information on Mac OS X's mach + * kernel's virtual memory settings and status. * - * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros - * : Matt Judy + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. * - * Copyright (c) 2002 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; @@ -43,4 +38,4 @@ - (int)lookups; - (int)hitratePercentage; -@end +@end \ No newline at end of file