首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > VxWorks >

sysMemTop返回地址解决思路

2012-02-25 
sysMemTop返回地址sysMemTop( ) - get the address of the top of VxWorks memoryThis routine returns a

sysMemTop返回地址
sysMemTop( ) - get the address of the top of VxWorks memory

  This routine returns a pointer to the first byte of memory not controlled or used by VxWorks. 

  想问一下到底是哪个地址,是内存最大端地址还是用户空间可以用的起始地址。

  先谢谢了。

[解决办法]
不一定是内存最大地址,有可能用户会在内存的高端保留一段内存空间。sysPhysMemTop是内存的最大地址。

热点排行