view linux/shmem.h @ 502:75c689abb763

Maybe a little speedup.
author se7encode
date Wed, 18 Apr 2001 10:37:09 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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