view osdep/shmem.h @ 25007:eb36c7846fbe

Remove an useless conditional suggested by Emanuele Giaquinta.
author ulion
date Tue, 13 Nov 2007 15:08:17 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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