annotate osdep/shmem.h @ 9729:86a7eec5aac4

Revision string added.
author diego
date Sat, 29 Mar 2003 20:00:32 +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