view linux/shmem.h @ 2024:8cb7643ef739

Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure.
author atmos4
date Sun, 30 Sep 2001 21:59:52 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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