view osdep/shmem.h @ 16679:66ce674de624

10l, off by one error in last patch (codecdata length sanity check), caused crashes with qdmc audio.
author reimar
date Wed, 05 Oct 2005 14:55:06 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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