view linux/shmem.h @ 2912:2f04b5f9a615

minor cleanups: a few #define's in subreader.h are now used instead of -1..9 same thing for line length instead of 1000..1001 renamed *_third() to *_subviewer() since it is what it is
author pl
date Thu, 15 Nov 2001 11:53:11 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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