view osdep/shmem.h @ 10741:fec729835823

1000l, mmx code was not being used because of missing config.h, and the mmx code was broken too! :(
author rfelker
date Sun, 31 Aug 2003 20:36:33 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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