找回密码
 注册
搜索
查看: 1698|回复: 7

[讨论] MTK Target !!!

[复制链接]
发表于 2006-1-20 18:51:00 | 显示全部楼层 |阅读模式
各位请问下,
   在模拟器上程序能正常运行,但是DOWNLOAD到手机上,一进入该程序就出去现ASSERT错误,并指示在ctrl_buff_pool文件中?
各位有遇到过类似的问题吗?恳请不吝指教!
发表于 2006-1-20 23:27:00 | 显示全部楼层
I guess the memory alloc is more than 2k, On Simulator, running on pc, the memory block is available, but on phone, If you want to alloc a block more than 2k, you can't use OslMalloc.
点评回复

使用道具 举报

 楼主| 发表于 2006-1-21 09:22:00 | 显示全部楼层
<P>不使用OslMalloc,那该用什么呢?</P><P>MTK平台在Target上怎么进行DEBUG啊?</P>
点评回复

使用道具 举报

发表于 2006-1-23 11:36:00 | 显示全部楼层
是不是内存不足啊?抓个log看看吧
点评回复

使用道具 举报

 楼主| 发表于 2006-1-23 20:23:00 | 显示全部楼层
<P>感觉是内存不足,但是如果要申请大容量的内存,该怎么处理啊?</P>
点评回复

使用道具 举报

发表于 2006-2-3 16:46:00 | 显示全部楼层
pixtel_ui_malloc好像可以申请很大的空间! 我曾经申请过50K
点评回复

使用道具 举报

发表于 2006-2-11 15:44:00 | 显示全部楼层
<P><TABLE fixed; WORD-BREAK: break-all" width="90%" border=0><TR><TD 10pt; LINE-HEIGHT: 18pt" width="100%"><P><img src="http://www.52rd.com/bbs/Skins/Discuz/topicface/none.gif"> <B></B>
pixtel_ui_malloc好像可以申请很大的空间! 我曾经申请过50K</P><P>-----------------------------------------------------------------------------------------------------------------------</P><P>好象不行呀.这个封装的还是 OslMalloc( )</P></TD></TR></TABLE></P>
点评回复

使用道具 举报

发表于 2006-7-7 09:26:00 | 显示全部楼层
<P>Application may need more flexible dynamic memory mechanism, such as,  allocating buffer larger than 2KB.
void * get_ctrl_buffer(size)
- This is common interface for allocating a buffer from control buffer.
void free_ctrl_buffer(void *ptr)
- This is common interface for returning a buffer pointer to the system.</P>
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-11-23 07:20 , Processed in 1.160382 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表