view linux/shmem.h @ 9125:61ec44e2f406

Attached PATCH fixes the case, when data-flag and reference flags are set and mplayer exits the demuxer with error (return 0), but without giving a reason As QT-Specs say in this case the reference shuld be used, I fixed it that way. Fabian Franz <FabianFranz@gmx.de>
author arpi
date Mon, 27 Jan 2003 22:29:47 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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