| commit | 687b0e99ea4ff631e447fff2d177d0c9297529fc | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Wed Sep 30 12:56:44 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Wed Sep 30 12:56:44 2009 +0000 |
| tree | 5a82866c784ba18d911e76d696f7ebc49408e39a | |
| parent | 689064b91adbf990d266e0e85b31d0b2d33b1515 [diff] |
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with our SPARC 16-byte alignment and some allocations may be done out of pool. ngx_memalign(ngx_pagesize) fixes this issue.