mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
95341f99cf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9915 b3059339-0415-0410-9bf9-f77b7e298cf2
5 lines
66 B
C
5 lines
66 B
C
|
|
void* shmem_alloc(int size);
|
|
void shmem_free(void* p,int size);
|
|
|