view osdep/shmem.h @ 18475:23fedcdd08a0

where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows
author nicodvb
date Sat, 13 May 2006 10:49:46 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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