view osdep/shmem.h @ 19387:969cc3590099

Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured, since that will cause crashes (try with e.g. -ss 99999999999999).
author reimar
date Mon, 14 Aug 2006 14:24:17 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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