view osdep/shmem.h @ 20915:8fa904597f2a

Introduce step_property command. Patch by Carl Eugen Hoyos [cehoyos <at> ag or at] with modifications by me.
author reimar
date Tue, 14 Nov 2006 19:52:21 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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