view osdep/shmem.h @ 19361:f38f0b2e3aa3

Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to be protected by HAVE_MMX.
author diego
date Fri, 11 Aug 2006 12:50:14 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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