view osdep/shmem.h @ 16004:3bed758b6eae

Big cleanup all over the place; wording/grammar/typo fixes as usual, many entries rephrased for better clarity and shortness, a bit of old cruft removed, better semantic markup, consistency...
author diego
date Tue, 19 Jul 2005 00:28:42 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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