memory usage
memory usage
- Subject: memory usage
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 6 Jun 2003 20:20:17 +0200
How can my app get its memory usage? Either using unix or Cocoa.
I ant information like: Virtual Memory Size, Resident Memory Size, size
of read-only memory (instructions and constants), size of writable
memory, size of heap, of stack etc.
I do not want to do popen( "vmmap" ) and then parse the output.
And I also do not want to download several GB of Darwin code.
There really should be some simple solution.
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.