]> git.kaiwu.me - nginx.git/commit
Core: introduced the NGX_DEBUG_PALLOC macro.
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)
commit0f4315f998bfedbd478c8215994414f1526bfd40
tree8b19296108bd9b8d8622f8805b10675b8fb0295b
parent9d08bda415b9c987b7a3503bf5fa45cfda15df2e
Core: introduced the NGX_DEBUG_PALLOC macro.

It allows to turn off accumulation of small pool allocations into a big
preallocated chunk of memory.  This is useful for debugging memory access
with sanitizer, since such accumulation can cover buffer overruns from
being detected.
src/core/ngx_palloc.c