0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/osdep/shmem.h
albeu 95341f99cf mem mapped area need to be unmapped.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9915 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-12 13:52:21 +00:00

5 lines
66 B
C

void* shmem_alloc(int size);
void shmem_free(void* p,int size);