commsfwutils/commsbufs/mbufmgrimpl/src/MBufPoolManager.cpp
branchRCL_3
changeset 12 8b5d60ce1e94
parent 0 dfb7c4ff071f
equal deleted inserted replaced
11:98a7181d2ce7 12:8b5d60ce1e94
   262 				iNextMBufSize = thisMBufSize;
   262 				iNextMBufSize = thisMBufSize;
   263 				break;
   263 				break;
   264 				}
   264 				}
   265 			}
   265 			}
   266 		}
   266 		}
       
   267 
       
   268     ASSERT(selectedPoolChain != NULL);  // AO should only be triggered once a pool selected for growth
   267 
   269 
   268 	// Might have wrapped round all the PoolChains
   270 	// Might have wrapped round all the PoolChains
   269 	if ( (iNextMBufSize == KNoOutstandingRequests)  
   271 	if ( (iNextMBufSize == KNoOutstandingRequests)  
   270 			&& (lowestRequest != growThisPoolChain) )
   272 			&& (lowestRequest != growThisPoolChain) )
   271 		{
   273 		{