summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.h
blob: f3ed9b26bb4e247656b9c5527b4a657d253d7323 (plain)
1
2
3
4

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