X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3d646c75403df6d5324833a701723a765555177f..692faf9cb79903190c1885a7ed08a2c97cc7fb8b:/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