<?xml version="1.0" encoding='ISO-8859-1'?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->

<component id="dynmem" name="Memory Allocator">
  <title>Dynamic Memory Allocation</title>
  <info>
    <authorgroup>
      
      <author>
	<firstname>Miguel</firstname>
	<surname>Masmano</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:mmasmano@disca.upv.es">mmasmano@disca.upv.es</ulink></email>
      </author>
      
    </authorgroup>
    
    <copyright>
      <year>2002</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <workpackage id="WP4" />

    <date start="01/10/2002" release="15/12/2002"/>

    <version cvs="sched/dynmem" value="0.3"/>
    <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
</licenses>
    <status value="Alpha"/>
    <home-page url="http://www.ocera.org"/>
    <hardware processor="Independent"/>
    <platform rtlinux="3.2"/>
    <componenttype value="HiLevel"/>
    <keywords>Real-Time, POSIX, malloc, memory allocation</keywords>
    <dependencies>
      <dependency version="3.2">RTLinux</dependency>
    </dependencies>

    <reviewergroup>
      <author>
	<firstname>Ismael</firstname>
	<surname>Ripoll</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:iripoll@disca.upv.es">iripoll@disca.upv.es</ulink></email>
      </author>
    </reviewergroup>

  </info>


  <!-- ================================================== Description -->
  <description>
    RTLinux provides support for neither dynamic memory management nor
    virtual memory. This component provides the basic malloc, free and
    remalloc library functions.  This component is based on a new
    allocation algorithm, called called Doubly Indexed Dynamic Memory
    Allocator (DIDMA).


  </description>
 
</component>

