Loading
Check for null before returing a chunk from the pool.
Since references can be queued in another thread, the first entry in the pool could have been queued after processPoolLocked. Check for null and create a new chunk if the check fails.
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Since references can be queued in another thread, the first entry in the pool could have been queued after processPoolLocked. Check for null and create a new chunk if the check fails.