MTK 申请内存问题

  oslmalloc

用于control buffer申请,size有限制,一般使用于较小buffer(通常0 - 2k)的申请。


mmi_frm_scrmem_alloc_framebuffer(ARM9 MMU)

mmi_frm_scrmem_alloc()其他

用于屏幕buffer申请,模板内部使用。


 med_alloc_ext_mem

用于申请较大块内存(2k - ?),从MED pool中。申请释放都比较简单,不用注册ID,但是注意free函数参数,需要对应2级指针。
med_free_ext_mem( (void **)ptr );

你可能感兴趣的:(ext,buffer,MTK)