]> git.kaiwu.me - nginx.git/commit
Slab: simplified allocation from slots.
authorRuslan Ermilov <ru@nginx.com>
Wed, 7 Dec 2016 19:25:37 +0000 (22:25 +0300)
committerRuslan Ermilov <ru@nginx.com>
Wed, 7 Dec 2016 19:25:37 +0000 (22:25 +0300)
commit12abb66c4138a9be7463db6aad497844d55aba43
treeff7ab111ebb99c8c57202aaba8a21fe22d082aa7
parent16de9fc3b52e82d1e2be740be4a1ee9adafb6fbf
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.
src/core/ngx_slab.c