VMEM_LIST_LOCK
#define VMEM_LIST_LOCK() mtx_lock(&vmem_list_lock)
#define VMEM_LIST_LOCK() pthread_mutex_lock(&vmem_list_lock)