view linux/shmem.h @ 8499:e18f7b016a4a

fixed memleak caused by multiple config() calls - thx Gabu
author arpi
date Thu, 19 Dec 2002 22:33:59 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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