view osdep/shmem.h @ 14536:6f13379b1464

100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ to check if it's correct??
author reimar
date Wed, 19 Jan 2005 12:56:16 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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