Searched defs:new_pool (Results 1 – 10 of 10) sorted by relevance
482 let new_pool = StdMemoryPool::new(me.clone()); in standard_pool() localVariable496 let new_pool = Arc::new(StdDescriptorPool::new(me.clone())); in standard_descriptor_pool() localVariable517 let new_pool = Arc::new(StandardCommandPool::new(me.clone(), queue)); in standard_command_pool() localVariable522 let new_pool = Arc::new(StandardCommandPool::new(me.clone(), queue)); in standard_command_pool() localVariable
287 std::unique_ptr<UseListPool> new_pool = MakeUnique<UseListPool>(); in CompactUseRecords() local295 std::unique_ptr<UsedIdListPool> new_pool = MakeUnique<UsedIdListPool>(); in CompactUsedIds() local
111 let mut new_pool = UnsafeDescriptorPool::new(self.device.clone(), &count, 40, true)?; in alloc() localVariable
205 void move_nodes(NodePool* new_pool) { in move_nodes()
102 let new_pool = in alloc() localVariable
229 let mut new_pool = in alloc() localVariable
2078 struct isakmp_cfg_port *new_pool; local
1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool() method