view osdep/shmem.h @ 9466:08c717b7b886

Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>
author alex
date Wed, 19 Feb 2003 17:26:59 +0000
parents edfe34c5405d
children 3c856c0fc45e
line wrap: on
line source


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