<?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 Re:tbbmalloc_proxy in python modules in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1464956#M2003</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We cannot load tbbmalloc_proxy.dll after application startup but we can load it during application startup.&lt;/P&gt;&lt;P&gt;Please refer to below link for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top/onetbb-developer-guide/memory-allocation/automically_replacing_malloc/windows-os-cc-dynamic-memory-interface-replacement.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top/onetbb-developer-guide/memory-allocation/automically_replacing_malloc/windows-os-cc-dynamic-memory-interface-replacement.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will get back to you soon regarding your second query.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Noorjahan.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Mar 2023 09:49:10 GMT</pubDate>
    <dc:creator>NoorjahanSk_Intel</dc:creator>
    <dc:date>2023-03-13T09:49:10Z</dc:date>
    <item>
      <title>tbbmalloc_proxy in python modules</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1463862#M2002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a DLL which has benefitted greatly from linking against tbbmalloc_proxy. When using this library from python, I understand that my DLL and by extension tbbmalloc_proxy.dll, are not loaded until I import the python module. Is it possible to force TBB's memory allocation replacement to take place when the DLL is loaded under these circumstances? I am developing on Windows and I would like to avoid building python myself. Leading to two main questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is it possible for tbbmalloc_proxy.dll to be loaded after application startup? I am only concerned with allocations inside my DLL, the allocation definitions used up until my DLL is loaded are not of concern.&lt;/LI&gt;
&lt;LI&gt;If it is not possible, are there any python distributions on public conda channels which have been linked against tbbmalloc_proxy.dll?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 20:36:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1463862#M2002</guid>
      <dc:creator>condone</dc:creator>
      <dc:date>2023-03-09T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re:tbbmalloc_proxy in python modules</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1464956#M2003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We cannot load tbbmalloc_proxy.dll after application startup but we can load it during application startup.&lt;/P&gt;&lt;P&gt;Please refer to below link for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top/onetbb-developer-guide/memory-allocation/automically_replacing_malloc/windows-os-cc-dynamic-memory-interface-replacement.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top/onetbb-developer-guide/memory-allocation/automically_replacing_malloc/windows-os-cc-dynamic-memory-interface-replacement.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will get back to you soon regarding your second query.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Noorjahan.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Mar 2023 09:49:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1464956#M2003</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2023-03-13T09:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: tbbmalloc_proxy in python modules</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1470429#M2009</link>
      <description>&lt;P&gt;Has there been any movement on the second query? I think it would be a useful item to support, there are multiple git issues on binding generators such as pybind11 and SWIG asking about the use of tbbmalloc_proxy.dll in python modules, providing a python distribution would resolve these issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 22:06:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/tbbmalloc-proxy-in-python-modules/m-p/1470429#M2009</guid>
      <dc:creator>condone</dc:creator>
      <dc:date>2023-03-27T22:06:27Z</dc:date>
    </item>
  </channel>
</rss>

