view linux/shmem.h @ 4292:1cee88ee8db5

Bug fix for subconfig option. A -tv option containing the on parameter is now take as an entry. New functions to set/get options and know if an option is alredy set. A few comments.
author albeu
date Mon, 21 Jan 2002 10:45:53 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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