This is my define, what value I must give to TASK_UNMAPPED_BASE ?
thanks!

#define PAGE_OFFSET             UL(CONFIG_PAGE_OFFSET)
#define TASK_SIZE               (UL(CONFIG_PAGE_OFFSET) -
UL(0x01000000))
#define TASK_UNMAPPED_BASE      (UL(CONFIG_PAGE_OFFSET) / 3)


Subramani Venkatesh wrote:
> if you do not change these address, you will have problems heap
> address which grows from top to bottom, however this is used for
> dynamic memory management in application, check TASK_UNMAPPED_BASE in
> your architecture..
>
> 2010/7/22 wjyhbnu <wjyh...@126.com>:
> >
> > No, where is the Base heap address int the kernel set ?  and why need change
> > it ?
> >
> >
> >
> > ________________________________
> > 网易邮箱,没有垃圾邮件的邮箱。

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to