mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 01:16:45 +00:00
5 lines
57 B
C
5 lines
57 B
C
|
|
||
|
void* shmem_alloc(int size);
|
||
|
void shmem_free(void* p);
|
||
|
|