64-bit problem with VM statistics
31 May
2005
31 May
'05
7:28 p.m.
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com vm_size_t mac_pagesize; unsigned long long FreeMem; // Free real (physical) memory in bytes . . . FreeMem = ((unsigned long long) vm_stat.free_count) * mac_pagesize; // Calculate total free memory in bytes FreeMem = (unsigned long long) (vm_stat.free_count * mac_pagesize);
7464
Age (days ago)
7464
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tony Scaminaci