<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[STL Speichermanagement] : Allokatoren ohne new und delete]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>weiß irgendjemand, ob es für die STL vorgefertigte Allokatoren gibt, die ohne dynamische Speicherverwaltung auskommen, da ich bei unserer Applikation (Embedded System) keine dynamische Speicherverwaltung benutzen darf.</p>
<p>Wenn nicht, kennt jemand gute Literatur zum Thema Allokatoren, die beschreibt auf was man bei der Implementierung eigener Allokatoren achten muss...</p>
<p>Gruß<br />
Tobi</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/233038/stl-speichermanagement-allokatoren-ohne-new-und-delete</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 02:58:14 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/233038.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Jan 2009 15:47:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 15:47:53 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>weiß irgendjemand, ob es für die STL vorgefertigte Allokatoren gibt, die ohne dynamische Speicherverwaltung auskommen, da ich bei unserer Applikation (Embedded System) keine dynamische Speicherverwaltung benutzen darf.</p>
<p>Wenn nicht, kennt jemand gute Literatur zum Thema Allokatoren, die beschreibt auf was man bei der Implementierung eigener Allokatoren achten muss...</p>
<p>Gruß<br />
Tobi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655085</guid><dc:creator><![CDATA[Tobias Gerg]]></dc:creator><pubDate>Fri, 30 Jan 2009 15:47:53 GMT</pubDate></item><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 16:32:34 GMT]]></title><description><![CDATA[<p>Du kannst dir selber allokatoren schreiben, ist recht trivial. <a href="http://www.codeproject.com/KB/cpp/allocator.aspx" rel="nofollow">http://www.codeproject.com/KB/cpp/allocator.aspx</a></p>
<p>ansonsten boost intrusive container mal ansehen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655104</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655104</guid><dc:creator><![CDATA[Shade Of Mine]]></dc:creator><pubDate>Fri, 30 Jan 2009 16:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 16:43:34 GMT]]></title><description><![CDATA[<p>Tobias Gerg schrieb:</p>
<blockquote>
<p>weiß irgendjemand, ob es für die STL vorgefertigte Allokatoren gibt, die ohne dynamische Speicherverwaltung auskommen, da ich bei unserer Applikation (Embedded System) keine dynamische Speicherverwaltung benutzen darf.</p>
</blockquote>
<p>Du willst die STL auf einem Embedded System einsetzen??? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /><br />
Vergiß es.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655108</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655108</guid><dc:creator><![CDATA[c++ fan 2009]]></dc:creator><pubDate>Fri, 30 Jan 2009 16:43:34 GMT</pubDate></item><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 16:50:14 GMT]]></title><description><![CDATA[<p>c++ fan 2009 schrieb:</p>
<blockquote>
<p>Du willst die STL auf einem Embedded System einsetzen??? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /><br />
Vergiß es.</p>
</blockquote>
<p>Würd mal meinen das kommt ganz aufs System an. Auf nem schwachen Smartphone ok, aber wie wär's damit:</p>
<p><a href="http://www.openpandora.org/blog.php" rel="nofollow">http://www.openpandora.org/blog.php</a></p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655113</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655113</guid><dc:creator><![CDATA[AberHallo]]></dc:creator><pubDate>Fri, 30 Jan 2009 16:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 18:55:44 GMT]]></title><description><![CDATA[<p>Du hast aber immer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /> TEMPLATE BLOAT <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655169</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655169</guid><dc:creator><![CDATA[TlB]]></dc:creator><pubDate>Fri, 30 Jan 2009 18:55:44 GMT</pubDate></item><item><title><![CDATA[Reply to [STL Speichermanagement] : Allokatoren ohne new und delete on Fri, 30 Jan 2009 19:55:49 GMT]]></title><description><![CDATA[<p>Shade Of Mine schrieb:</p>
<blockquote>
<p>Du kannst dir selber allokatoren schreiben, ist recht trivial. <a href="http://www.codeproject.com/KB/cpp/allocator.aspx" rel="nofollow">http://www.codeproject.com/KB/cpp/allocator.aspx</a></p>
<p>ansonsten boost intrusive container mal ansehen...</p>
</blockquote>
<p>Hallo Shade Of Mine,</p>
<p>danke für den Link und den Hinweis auf boost... Ich schau mir dass mal an...</p>
<p>Gruß<br />
Tobi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655201</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655201</guid><dc:creator><![CDATA[Tobias Gerg]]></dc:creator><pubDate>Fri, 30 Jan 2009 19:55:49 GMT</pubDate></item></channel></rss>