<?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 How to detect memory leak of ipp? in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065027#M6939</link>
    <description>&lt;P&gt;I am using Intel Ipp and found out that the memory leak caused by memory allocating function ippiMalloc cannot be detected by neither crtdbg.h nor&amp;nbsp;Visual Leak Detector. &amp;nbsp;I wonder is there any tool available to detect memory lead caused by ipp's function like ippiMalloc in windows. Thinks :)&lt;/P&gt;

&lt;P&gt;Timothy&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 08:45:04 GMT</pubDate>
    <dc:creator>Hu_X_</dc:creator>
    <dc:date>2017-03-24T08:45:04Z</dc:date>
    <item>
      <title>How to detect memory leak of ipp?</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065027#M6939</link>
      <description>&lt;P&gt;I am using Intel Ipp and found out that the memory leak caused by memory allocating function ippiMalloc cannot be detected by neither crtdbg.h nor&amp;nbsp;Visual Leak Detector. &amp;nbsp;I wonder is there any tool available to detect memory lead caused by ipp's function like ippiMalloc in windows. Thinks :)&lt;/P&gt;

&lt;P&gt;Timothy&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:45:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065027#M6939</guid>
      <dc:creator>Hu_X_</dc:creator>
      <dc:date>2017-03-24T08:45:04Z</dc:date>
    </item>
    <item>
      <title>Hu,</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065028#M6940</link>
      <description>&lt;P&gt;Hu,&lt;/P&gt;

&lt;P&gt;In Windows, performance monitor will allow you to detect memory leaks. Check the following official documentation:&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/library/windows/hardware/ff560134(v=vs.85).aspx"&gt;https://msdn.microsoft.com/en-us/library/windows/hardware/ff560134(v=vs.85).aspx&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;BTW, if you find a memory leak related to Intel Integrated Performance Primitives, I do believe the best forum to post the details about your research so that it is investigated by Intel engineers is the Intel Integrated Performance Primitives forum:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-primitives&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If possible, make sure you can provide all the details of the code that is generating the memory leak.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:12:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065028#M6940</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T19:12:55Z</dc:date>
    </item>
    <item>
      <title>BTW, any additional</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065029#M6941</link>
      <description>&lt;P&gt;BTW, any additional information you have about this topic, I suggest you to put it in the forum I suggested in my previous post. It makes more sense and you will have help from the most appropriate Intel engineers.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065029#M6941</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T19:14:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...allocating function</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065030#M6942</link>
      <description>&amp;gt;&amp;gt;...allocating function ippiMalloc cannot be detected by neither crtdbg.h nor Visual Leak Detector...

This is because &lt;STRONG&gt;_mm_malloc&lt;/STRONG&gt; is used internally by &lt;STRONG&gt;IPP&lt;/STRONG&gt;, and also many other &lt;STRONG&gt;Intel&lt;/STRONG&gt; libraries. &lt;STRONG&gt;MS VS&lt;/STRONG&gt; based &lt;STRONG&gt;Memory Leaks Detection&lt;/STRONG&gt; is based on using &lt;STRONG&gt;malloc_dbg&lt;/STRONG&gt; C-Runtime function instead of &lt;STRONG&gt;malloc&lt;/STRONG&gt; C-Runtime function for &lt;STRONG&gt;Debug&lt;/STRONG&gt; configurations.</description>
      <pubDate>Thu, 04 May 2017 23:13:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-detect-memory-leak-of-ipp/m-p/1065030#M6942</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-05-04T23:13:23Z</dc:date>
    </item>
  </channel>
</rss>

