view osdep/shmem.h @ 14297:85ec4f714596

Use libc qsort to sort ODML index. Based on patch by phillip at phdcam dot com
author reimar
date Sun, 02 Jan 2005 14:29:43 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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