summaryrefslogtreecommitdiffstats
path: root/linux/shmem.h
blob: 58ceee4e44df3c9dc18a5f738df6b02086716769 (plain)
1
2
3
4

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