view osdep/shmem.h @ 25314:02e2e7a5599a

Fix memory leak that tmp allocated but maybe not used.
author ulion
date Mon, 10 Dec 2007 14:43:09 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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