view osdep/shmem.h @ 11776:12615e408fb9

Fix (possible) memory corruption. dvd_input_t is pointer to struct dvd_input_s and not a struct.
author lumag
date Sun, 11 Jan 2004 18:56:48 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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