view osdep/shmem.h @ 20267:b0c44d5b9d6c

sync up to r20265 + some li'l fix
author ptt
date Mon, 16 Oct 2006 16:11:04 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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