]> git.kaiwu.me - nginx.git/commit
Core: introduced the ngx_palloc_small() function.
authorValentin Bartenev <vbart@nginx.com>
Wed, 23 Mar 2016 14:44:04 +0000 (17:44 +0300)
committerValentin Bartenev <vbart@nginx.com>
Wed, 23 Mar 2016 14:44:04 +0000 (17:44 +0300)
commit21dfe90a4e7015c0e6530208c2e6a4d8a9284ce1
tree6ee714a910963f6db2b0d085f627036db2e4eb4e
parentb94eb1dfe6d40acc4ff5ba61284be1279895c9ed
Core: introduced the ngx_palloc_small() function.

It deduplicates some code for allocations from memory pool.
No functional changes.
src/core/ngx_palloc.c