view linux/shmem.h @ 6407:2b61d16017da

Background now uses CSS, added charset, quoted all attributes that need quoting (contain % or #), typos, misc HTML fixes and all HTML tags should be UPPERCASE.
author diego
date Thu, 13 Jun 2002 00:26:51 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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