view linux/shmem.h @ 7405:c1d517db8d95

10l bug - 'len' was handled wrong. found by Anssi Saari <as@sci.fi>
author arpi
date Sun, 15 Sep 2002 15:50:28 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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