<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unable to debug a memory problem in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747162#M2471</link>
    <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;BR /&gt;&lt;STRONG&gt;Please take a look at my comments.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1331643674968="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=481726" href="https://community.intel.com/en-us/profile/481726/" class="basic"&gt;Polar01&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Hi, &lt;/EM&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I try to use Parallel Studio in order to debug a memory problem I have, I explain :&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I have 2 version of my application, a 32 bits and a 64 bits, the problem is that in some situation when&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I do a malloc (of 128 MB by example) it returns NULL.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;When I check in the task-manager it tell me that my application is 1Gb.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] The Task Manager allows to see many memory related values. You should lookfor&lt;BR /&gt; '&lt;STRONG&gt;Memory Usage&lt;/STRONG&gt;' and '&lt;STRONG&gt;Virtual Memory Size&lt;/STRONG&gt;' values. A combined value cannot exceed &lt;STRONG&gt;2GB&lt;/STRONG&gt; on&lt;BR /&gt;a &lt;STRONG&gt;32-bit&lt;/STRONG&gt; Windowsplatform.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;The problem occur in both 32 bits and 64 bits but I don't know why !&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Verify values'&lt;STRONG&gt;Initial Size&lt;/STRONG&gt;' and '&lt;STRONG&gt;Maximum Size&lt;/STRONG&gt;' for a &lt;STRONG&gt;Virtual Memory&lt;/STRONG&gt; file.&lt;BR /&gt;&lt;BR /&gt; I've donelots of testing with '&lt;STRONG&gt;malloc&lt;/STRONG&gt;' CRT-function and on&lt;STRONG&gt;32-bit&lt;/STRONG&gt; Windows&lt;BR /&gt;  platforms ( without AWE )it cannot allocate more then &lt;STRONG&gt;~1.1GB&lt;/STRONG&gt; of memory in a single call. If it cannot&lt;BR /&gt; allocate &lt;STRONG&gt;128MB&lt;/STRONG&gt; of memory it is an indication that a &lt;STRONG&gt;2GB&lt;/STRONG&gt; limit is exceeded.&lt;BR /&gt;&lt;BR /&gt; It is not clear for me why it cannot allocate &lt;STRONG&gt;128MB&lt;/STRONG&gt; of memory on a &lt;STRONG&gt;64-bit&lt;/STRONG&gt; Windows&lt;BR /&gt; platform and something is really wrong.&lt;BR /&gt;&lt;BR /&gt; Do youhave thatproblem in both configurations, that isin&lt;STRONG&gt;Debug&lt;/STRONG&gt; and &lt;STRONG&gt;Release&lt;/STRONG&gt;? Take into&lt;BR /&gt;  account that in &lt;STRONG&gt;Debug&lt;/STRONG&gt; configuration a memory block will be allocated by a '&lt;STRONG&gt;malloc_dbg&lt;/STRONG&gt;'&lt;BR /&gt;  CRT-function and it always allocates more memory because of addition of some number of&lt;BR /&gt;  bytes at the end of a memory block for &lt;STRONG&gt;Memory Leaks Detection&lt;/STRONG&gt; subsystem and for&lt;BR /&gt; detection of&lt;STRONG&gt;Buffer Overrun&lt;/STRONG&gt; cases.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Parallel Studio seems to find nothing !&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;BTW : My machine is a Windows 7 with 16 Gb of memory. I use Visual Studio C++ 2010.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Regards&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Krys&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2012 13:24:53 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-03-13T13:24:53Z</dc:date>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747161#M2470</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I try to use Parallel Studio in order to debug a memory problem I have, I explain :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have 2 version of my application, a 32 bits and a 64 bits, the problem is that in some situation when&lt;/DIV&gt;&lt;DIV&gt;I do a malloc (of 128 MB by example) it returns NULL.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I check in the task-manager it tell me that my application is 1Gb. The problem occur in both 32 bits and 64 bits but I don't know why !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Parallel Studio seems to find nothing !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;BTW : My machine is a Windows 7 with 16 Gb of memory. I use Visual Studio C++ 2010.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Krys&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Mar 2012 08:10:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747161#M2470</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-03-13T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747162#M2471</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;BR /&gt;&lt;STRONG&gt;Please take a look at my comments.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1331643674968="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=481726" href="https://community.intel.com/en-us/profile/481726/" class="basic"&gt;Polar01&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Hi, &lt;/EM&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I try to use Parallel Studio in order to debug a memory problem I have, I explain :&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I have 2 version of my application, a 32 bits and a 64 bits, the problem is that in some situation when&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;I do a malloc (of 128 MB by example) it returns NULL.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;When I check in the task-manager it tell me that my application is 1Gb.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] The Task Manager allows to see many memory related values. You should lookfor&lt;BR /&gt; '&lt;STRONG&gt;Memory Usage&lt;/STRONG&gt;' and '&lt;STRONG&gt;Virtual Memory Size&lt;/STRONG&gt;' values. A combined value cannot exceed &lt;STRONG&gt;2GB&lt;/STRONG&gt; on&lt;BR /&gt;a &lt;STRONG&gt;32-bit&lt;/STRONG&gt; Windowsplatform.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;The problem occur in both 32 bits and 64 bits but I don't know why !&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Verify values'&lt;STRONG&gt;Initial Size&lt;/STRONG&gt;' and '&lt;STRONG&gt;Maximum Size&lt;/STRONG&gt;' for a &lt;STRONG&gt;Virtual Memory&lt;/STRONG&gt; file.&lt;BR /&gt;&lt;BR /&gt; I've donelots of testing with '&lt;STRONG&gt;malloc&lt;/STRONG&gt;' CRT-function and on&lt;STRONG&gt;32-bit&lt;/STRONG&gt; Windows&lt;BR /&gt;  platforms ( without AWE )it cannot allocate more then &lt;STRONG&gt;~1.1GB&lt;/STRONG&gt; of memory in a single call. If it cannot&lt;BR /&gt; allocate &lt;STRONG&gt;128MB&lt;/STRONG&gt; of memory it is an indication that a &lt;STRONG&gt;2GB&lt;/STRONG&gt; limit is exceeded.&lt;BR /&gt;&lt;BR /&gt; It is not clear for me why it cannot allocate &lt;STRONG&gt;128MB&lt;/STRONG&gt; of memory on a &lt;STRONG&gt;64-bit&lt;/STRONG&gt; Windows&lt;BR /&gt; platform and something is really wrong.&lt;BR /&gt;&lt;BR /&gt; Do youhave thatproblem in both configurations, that isin&lt;STRONG&gt;Debug&lt;/STRONG&gt; and &lt;STRONG&gt;Release&lt;/STRONG&gt;? Take into&lt;BR /&gt;  account that in &lt;STRONG&gt;Debug&lt;/STRONG&gt; configuration a memory block will be allocated by a '&lt;STRONG&gt;malloc_dbg&lt;/STRONG&gt;'&lt;BR /&gt;  CRT-function and it always allocates more memory because of addition of some number of&lt;BR /&gt;  bytes at the end of a memory block for &lt;STRONG&gt;Memory Leaks Detection&lt;/STRONG&gt; subsystem and for&lt;BR /&gt; detection of&lt;STRONG&gt;Buffer Overrun&lt;/STRONG&gt; cases.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Parallel Studio seems to find nothing !&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;BTW : My machine is a Windows 7 with 16 Gb of memory. I use Visual Studio C++ 2010.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Regards&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Krys&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 13:24:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747162#M2471</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-13T13:24:53Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747163#M2472</link>
      <description>Thanks a lot,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;Where can find 'Memory Usage' and 'Virtual Memory Size' in task manager ? I have even search in the Resource Monitor but can't find theses fields !( I use windows 7 64 bits ).&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Why should I check for the 'virtual memory' size ? I have 16 Gb of memory ! The resource monitor tell me that I still have 10GB free.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;Yes, I know about the malloc_dbg and even I have my own 'malloc' method... where I try to check that there is no buffer access violation, that I don't free it several times etc... I have try with/without my malloc and it is the same !&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have also test the release version and have the same problem unfortunately :-(&lt;/DIV&gt;&lt;DIV&gt;I have even try to set the/LARGEADDRESSAWARE flag under the 64 bits version, but it is the same. Anyway I think that I don't have to set it !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:13:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747163#M2472</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-03-13T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747164#M2473</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;BR /&gt;Quoting &lt;A jquery1331702606171="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=481726" href="https://community.intel.com/en-us/profile/481726/" class="basic"&gt;Polar01&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Where can find 'Memory Usage' and 'Virtual Memory Size' in task manager ?...&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] I enclosed a screenshot butit isfor a&lt;STRONG&gt;32-bit Windows XP&lt;/STRONG&gt;.If a '&lt;STRONG&gt;Processes&lt;/STRONG&gt;' property&lt;BR /&gt; page is selected columns are selected from additional dialog box:&lt;BR /&gt;&lt;BR /&gt; '&lt;STRONG&gt;View&lt;/STRONG&gt;' -&amp;gt; '&lt;STRONG&gt;Select Columns...&lt;/STRONG&gt;' -&amp;gt; dialog box appears -&amp;gt; columns can be selected&lt;BR /&gt;&lt;BR /&gt; On &lt;STRONG&gt;Windows 7&lt;/STRONG&gt; it has to be available as well.I think &lt;STRONG&gt;Resource Monitor&lt;/STRONG&gt; should have&lt;BR /&gt; columns selection somewhere.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Why should I check for the 'virtual memory' size ?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] This is one of my standard verifications when some memory problem happens,especially&lt;BR /&gt; when lots of memory allocated.&lt;BR /&gt; If you're confident that everything is fine there you could ignore my advise.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;Note:&lt;/SPAN&gt; The screenshot is from a different post and it was related to tests with '&lt;STRONG&gt;malloc&lt;/STRONG&gt;' CRT-function&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 05:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747164#M2473</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-14T05:52:19Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747165#M2474</link>
      <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But there is no "VM Size" in the task manager under Windows 7 :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://windows.microsoft.com/en-US/windows-vista/What-do-the-Task-Manager-memory-columns-mean"&gt;http://windows.microsoft.com/en-US/windows-vista/What-do-the-Task-Manager-memory-columns-mean&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Mar 2012 07:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747165#M2474</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2012-03-14T07:51:12Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747166#M2475</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1331731172515="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=481726" href="https://community.intel.com/en-us/profile/481726/" class="basic"&gt;Polar01&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;...&lt;BR /&gt;But there is no "VM Size" in the task manager under Windows 7 :&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://windows.microsoft.com/en-US/windows-vista/What-do-the-Task-Manager-memory-columns-mean"&gt;http://windows.microsoft.com/en-US/windows-vista/What-do-the-Task-Manager-memory-columns-mean&lt;/A&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;Could you monitor all '&lt;STRONG&gt;Memory-...&lt;/STRONG&gt;' columns? (&lt;STRONG&gt;7&lt;/STRONG&gt; in total ).&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Mar 2012 13:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747166#M2475</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-14T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747167#M2476</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1331787555296="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=481726" href="https://community.intel.com/en-us/profile/481726/" class="basic"&gt;Polar01&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;...&lt;BR /&gt;&lt;EM&gt;I have 2 version of my application, a 32 bits and a 64 bits, the problem is that in some situation when&lt;BR /&gt;I do a malloc (of 128 MB by example) it returns NULL.When I check in the task-manager it tell me that my&lt;BR /&gt;application is 1Gb. The problem occur in both 32 bits and 64 bits but I don't know why !&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] 1.Take a look at '&lt;STRONG&gt;SetProcessWorkingSetSize&lt;/STRONG&gt;' or '&lt;STRONG&gt;SetProcessWorkingSetSizeEx&lt;/STRONG&gt;' Win32 API&lt;BR /&gt;   functions on &lt;STRONG&gt;MSDN&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt; 2. Verify &lt;STRONG&gt;STACK&lt;/STRONG&gt; and &lt;STRONG&gt;HEAP&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;Reserve&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="text-decoration: underline;"&gt;Commit&lt;/SPAN&gt; values in Project Settings ( for Linker ).&lt;BR /&gt;&lt;BR /&gt; 3. Did you verify your application for any &lt;STRONG&gt;Memory Leaks&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt; 4. Could you create a &lt;STRONG&gt;simple test case&lt;/STRONG&gt; that reproduces the problem? It would be&lt;BR /&gt; interesting to seehow memory is allocated and released.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Parallel Studio seems to find nothing !&lt;BR /&gt;...&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] This is expected because you have a runtime problem, not a compile or link.&lt;/DIV&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Mar 2012 05:12:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747167#M2476</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-03-15T05:12:03Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747168#M2477</link>
      <description>Check if your currrent user is a Admin user.</description>
      <pubDate>Sun, 24 Jun 2012 17:49:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747168#M2477</guid>
      <dc:creator>Maycon_Oliveira</dc:creator>
      <dc:date>2012-06-24T17:49:34Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747169#M2478</link>
      <description>..try to create a array of buffers to alloc big data in memory.</description>
      <pubDate>Sun, 24 Jun 2012 17:51:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747169#M2478</guid>
      <dc:creator>Maycon_Oliveira</dc:creator>
      <dc:date>2012-06-24T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Unable to debug a memory problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747170#M2479</link>
      <description>I would suggest to use Process Explorer from Sysinternals suite.The best opotion should be Windbg as a ultimate tool for memory inspection.Try to use also LeakDiag application from Microsoft which can reveal memory leaks.</description>
      <pubDate>Thu, 28 Jun 2012 04:28:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-debug-a-memory-problem/m-p/747170#M2479</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-06-28T04:28:25Z</dc:date>
    </item>
  </channel>
</rss>

