mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.1.1
This commit is contained in:
@@ -451,3 +451,13 @@ void media_data_write_end(struct fwc_info *fwc)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void *aicupg_malloc_align(u32 size, size_t align)
|
||||
{
|
||||
return aicos_malloc_align(MEM_RESERVED, size, align);
|
||||
}
|
||||
|
||||
void aicupg_free_align(void *ptr)
|
||||
{
|
||||
aicos_free_align(MEM_RESERVED, ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user