Hi.<br><br>I'm trying to figure out how does nginx manage its memory per request. From what I understand it uses region-based memory management (implemented in src/core/ngx_palloc.{h,c}).<br>But is there any documentation on details of its implementation and algorithm itself?<br>
I've tried to just read through sources, but I can't get figure algorithm out of them :(<br>Could somebody please sched some light on this?<br><br>Thank you.<br>