(&self, sandbox_id: &str)
| 1333 | } |
| 1334 | |
| 1335 | fn release_subnet(&self, sandbox_id: &str) { |
| 1336 | if let Ok(mut alloc) = self.subnet_allocator.lock() { |
| 1337 | alloc.release(sandbox_id); |
| 1338 | } |
| 1339 | } |
| 1340 | |
| 1341 | fn release_allocations(&self, sandbox_id: &str, has_gpu: bool, has_qemu_network: bool) { |
| 1342 | if has_gpu { |