annotate osdep/shmem.h @ 9715:4045eead55f3

sync, fixes, more accurate translation
author nicolas
date Fri, 28 Mar 2003 21:58:30 +0000
parents edfe34c5405d
children 3c856c0fc45e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 void* shmem_alloc(int size);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3 void shmem_free(void* p);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4