mirror of
https://github.com/mpv-player/mpv
synced 2025-02-08 16:07:16 +00:00
5 lines
57 B
C
5 lines
57 B
C
|
|
void* shmem_alloc(int size);
|
|
void shmem_free(void* p);
|
|
|