ARM仿真器-foxICE 设为首页   |   加入收藏夹   |   网站地图         
  站内搜索:
 
http://www.foxice.net
最新下载_foxICE
ARM7TDMI R3内核
ARM7EJS内核
ARM946E-S内核
ARM966E-S内核
ARM9TDMI内核
ARM940T内核
ARM指令集速查卡
ARM925T内核(TI925T)

更多 >> 

 技术专栏RSS订阅

   首页>技术专栏>ARM专栏>ARM处理器上堆的管理及应用

ARM处理器上堆的管理及应用

文档内容介绍:
文档名称 :Embedded Heap Management
文档格式 :zip
发 布 者 :ARM™
语  言 :英文
更新日期 :2006-12-26
本文档共26页。

内容简介 :
Introduction
The embedded C library delivered with the ARM Software Development Toolkit (SDT) version 2.11 contains no implementation of the standard C heap management functions malloc, free, realloc and calloc. The implementation of these functions in SDT 2.11 is unsuitable for use in an embedded system, since it uses its own static variables to maintain a description of the state of the heap, and also the implementation is (over) large and complex.
A smaller implementation of heap management without any static data of its own is now available for use by embedded systems. It will not be included in SDT 2.11a, but will be in subsequent SDT releases.

Table of Contents

  1. Introduction
  2. Using the Embedded Heap Manager
    2.1 Interface requirements
    2.2 Form of revision
    2.3 Incorporation in the embedded C libraries
    2.4 Construction of a separate storage management library
  3. Example of Use
立即下载:
点击下载
相关文档

ARM处理器上堆的管理及应用
使用ADS V1.2开发ARM嵌入式软件
配置使用ARM处理器的Cache
存储器大小端
构建嵌入式Linux系统
ARM7系列处理器与ARM9系列处理器的比较
在新的ARM平台上移植Linux内核
eCOS嵌入式软件开发
ARM 开发的调试方法概述

下载说明:
  1. 未经本站明确许可,任何网站不得非法盗链及抄袭本站资源!
 

首页 | 产品介绍 | 技术支持 | 下载中心 | 技术专栏 | 关于我们 | 联系我们
电话:86-755-82798083   82796301   传真:86-755-82799007    Email:sales@foxice.net   sales6@foxice.net
在线咨询:QQ:346466907   MSN:sales6@foxice.net   ini3000@msn.com

© 2006 Foxice.net 版权所有