view linux/shmem.h @ 2693:1a8e5e017b1d

triple buffering interface
author nick
date Sun, 04 Nov 2001 18:06:31 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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