| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Bujji" |
| Date: |
29 Mar 2006 09:53:14 AM |
| Object: |
How to calculate Heap Memory in HPUX using pst_status |
Hi,
How to calculate Heap memory used by a process in HPUX machine
(Itanium) using aCC compiler at run time ( My ultimate aim is to
calculate heap memory at run-time and write it into a log file)? I
couldn't find any parameter in pst_status structure that defines heap
memory!
ANy suggestions on how to calculate it?
Thanks in advance.
-Bujji
.
|
|
| User: "Jack Klein" |
|
| Title: Re: How to calculate Heap Memory in HPUX using pst_status |
29 Mar 2006 10:14:11 AM |
|
|
On 29 Mar 2006 07:53:14 -0800, "Bujji" <bujji55555@yahoo.com> wrote in
comp.lang.c++:
Hi,
How to calculate Heap memory used by a process in HPUX machine
(Itanium) using aCC compiler at run time ( My ultimate aim is to
calculate heap memory at run-time and write it into a log file)? I
couldn't find any parameter in pst_status structure that defines heap
memory!
ANy suggestions on how to calculate it?
Thanks in advance.
-Bujji
Not by using any method provided by the standard C++ language, which
is all that is discussed here. C++ has no pst_status structure, nor
any method of determining this.
You need to ask in a group that supports your platform, or perhaps in
news:comp.unix.programmer.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
|
|
|
|

|
Related Articles |
|
|