view linux/shmem.h @ 6783:798e404931fe

Explain what we need and why a little more verbosely.
author diego
date Thu, 25 Jul 2002 02:38:20 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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