From: "Javier Calleja" To: Subject: Dynamic memory allocation in real time aplications Date: Thu, 18 Jun 1998 13:27:53 +0200 Message-ID: <01bd9aac$22753140$0100a8c0@dismuntel.ctv.es> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk Hi world: I am programming a real time aplication; I need to create some date structures that, I think, it fits to dynamic memory allocation algorithms (tree structures using 'malloc', 'calloc', 'free', ...). But, must I use dynamic memory allocation with real time aplications? Is the O.S. fast enough in memory assignment and memory release? And, is the dynamic memory allocation a robust programming method or may the O.S. crash my programm? Thanks world.