VMEM_LOCK_DESTROY
#define VMEM_LOCK_DESTROY(vm) mtx_destroy(&vm->vm_lock)
#define VMEM_LOCK_DESTROY(vm) pthread_mutex_destroy(&vm->vm_lock)