void free_to_FreeVR_memory(void *data) { vrShmemFree(data); }
void vrlib_shmem_free (void *mem) { if (mem != NULL) vrShmemFree (mem); return; }