view osdep/shmem.h @ 11085:14aea5a85ba1

fixed the mysterious segfaults on faster machines
author faust3
date Sun, 12 Oct 2003 10:44:53 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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