view linux/shmem.h @ 6119:1c12a0bc4d0b

compile with '-g' by default for .developer
author arpi
date Sat, 18 May 2002 17:45:26 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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