mpv/osdep/shmem.h

5 lines
57 B
C
Raw Normal View History

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