How to calculate Heap Memory in HPUX using pst_status



 DEVELOP > c-Plus-Plus > How to calculate Heap Memory in HPUX using pst_status

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
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
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER