﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1658	Optimize memory usage in ngx_reset_pool	chronolaw@…		"In ngx_pool_t, the overhead of first block is sizeof(ngx_pool_t), the overhead of other blocks is sizeof(ngx_pool_data_t). But in function ngx_reset_pool, the last pointer always move to 'p +  sizeof(ngx_pool_t)', and wastes some(small) memory.

I think we can optimize it, please see the patch, thanks. "	enhancement	closed	minor		nginx-core	1.15.x	duplicate				nginx version: nginx/1.15.3
