view osdep/shmem.h @ 16195:cb08f47d3a79

Removed in-filter int to float conversion. af_ladspa now demands floats as that's what LADSPA filters use internally too. conversion from int, if needed, is done by af_format as it's supposed to.
author ivo
date Wed, 10 Aug 2005 23:27:39 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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