1 / 3

The Memory Manager Project Objectives/tutorialoutletdotcom

FOR MORE CLASSES VISIT<br>tutorialoutlet<br><br><br>The Memory Manager Project Objectives<br>• The goal of your next project is to simulate the C heap<br>manager<br>• A runtime module used to allocate and de-allocate<br>dynamic memory.<br>• The &quot;heap&quot; is a large &quot;pool&quot; of memory set aside by the<br>runtime system<br>• The two main functions are<br>– malloc, used to satisfy a request for a specific number of<br>consecutive blocks<br>

warnera145
Download Presentation

The Memory Manager Project Objectives/tutorialoutletdotcom

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Memory Manager Project Objectives/tutorialoutletdotcom For more course tutorials visit tutorialoutletdotcom

  2. The Memory Manager Project Objectives The goal of your next project is to simulate the C heap manager A runtime module used to allocate • FOR MORE CLASSES VISIT • tutorialoutlet • The Memory Manager Project Objectives • • The goal of your next project is to simulate the C heap • manager • • A runtime module used to allocate and de-allocate • dynamic memory.

  3. The Memory Manager Project Objectives/tutorialoutletdotcom

More Related