pub type AllocationMap = Arc<Mutex<HashMap<String, Arc<Mutex<Allocation>>>>>;
pub struct AllocationMap { /* private fields */ }