Forum Topic - Meaning of "Core Requests" in QNX System Information IDE view:
   
Meaning of "Core Requests" in QNX System Information IDE view  
I'm using the System Information perspective in Momentics to watch memory consumption of a particular process.  In the 
Malloc Information tab there is a section showing the Total Heap, Calls Made (c-lib to malloc and free), and another 
section called "Core Requests".  I'm curious if anyone knows what this section indicates (it shows "allocs" and "frees")
.

Thanks,
- Kory
RE: Meaning of "Core Requests" in QNX System Information IDE view  
You can get more information from the online documentation:

http://www.qnx.com/developers/docs/6.4.1/ide_en/user_guide/sysinfo.html#view_mallocinformation_corerequests


-----Original Message-----
From: Kory Herzinger [mailto:community-noreply@qnx.com]
Sent: Wed 18/08/2010 8:05 PM
To: momentics-community
Subject: Meaning of "Core Requests" in QNX System Information IDE view
 
I'm using the System Information perspective in Momentics to watch memory consumption of a particular process.  In the 
Malloc Information tab there is a section showing the Total Heap, Calls Made (c-lib to malloc and free), and another 
section called "Core Requests".  I'm curious if anyone knows what this section indicates (it shows "allocs" and "frees")
.

Thanks,
- Kory



_______________________________________________

QNX Momentics Community Support
http://community.qnx.com/sf/go/post63492


Attachment: Text winmail.dat 2.97 KB
Re: RE: Meaning of "Core Requests" in QNX System Information IDE view  
Excellent, thank you!