mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-21 16:19:23 +08:00
[allocator]: add import and release function to os/mpp allocator
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@339 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -84,6 +84,8 @@ static os_allocator allocator_window = {
|
||||
os_allocator_open,
|
||||
os_allocator_alloc,
|
||||
os_allocator_free,
|
||||
NULL,
|
||||
NULL,
|
||||
os_allocator_close,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user