mpv/osdep/shmem.h

5 lines
66 B
C

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