view linux/shmem.h @ 8127:e7153e62a7f4

On non-x86 platforms, memcpy was re-implemented in mplayer and was called recursive.
author jkeil
date Thu, 07 Nov 2002 19:32:00 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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