commit | 747bcf2e5fefdb0a501436a1373a020cc92ea294 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Wed Dec 07 22:25:37 2016 +0300 |
committer | Ruslan Ermilov <ru@nginx.com> | Wed Dec 07 22:25:37 2016 +0300 |
tree | ff7ab111ebb99c8c57202aaba8a21fe22d082aa7 | |
parent | f85ef0ba323bdd0587913307cfdad0d650070f89 [diff] |
Slab: simplified allocation from slots. Removed code that would cause an endless loop, and removed condition check that is always false. The first page in the slot list is guaranteed to satisfy an allocation.