Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information