当前位置: 代码迷 >> VxWorks >> sysMemTop返回地址解决思路
  详细解决方案

sysMemTop返回地址解决思路

热度:7548   发布时间:2013-02-26 00:00:00.0
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是内存的最大地址。
  相关解决方案