git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
go away you include
[ITFoundation.git]
/
ITVirtualMemoryInfo.m
diff --git
a/ITVirtualMemoryInfo.m
b/ITVirtualMemoryInfo.m
index
3c6a96a
..
6d8e004
100755
(executable)
--- a/
ITVirtualMemoryInfo.m
+++ b/
ITVirtualMemoryInfo.m
@@
-106,7
+106,7
@@
- (BOOL)refreshStats:(struct vm_statistics *)myStat
{
- bzero(
&
myStat,sizeof(myStat));
+ bzero(myStat,sizeof(myStat));
mach_port_t myHost = mach_host_self();
int count = HOST_VM_INFO_COUNT;
NSLog(@"%i",count);