public void get(int n) throws InterruptedException {
   alloc_.get(n);
   available -= n;
   hiredout += n;
   display();
 }