view linux/shmem.h @ 6187:50858d90c8d0

On the sun all int32 objects have to be aligned on 32 bit boundaries. With this patch the asf-files run well on sparc/solaris patch by Martin Olschewski <olschewski@zpr.uni-koeln.de>
author arpi
date Sat, 25 May 2002 12:56:56 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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