view linux/shmem.h @ 7401:8b90281ed8aa

- fixed some bugs in RLE decoder - some cleanup, home i didn't break it...
author arpi
date Sun, 15 Sep 2002 13:29:00 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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