]> source.dussan.org Git - rspamd.git/commit
Align pointers by 16 bytes boundary.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 1 Jun 2015 16:14:56 +0000 (17:14 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 1 Jun 2015 16:14:56 +0000 (17:14 +0100)
commit0ea297d18f73e96247af1081993a05a36f75ccee
tree7d077d27a9296e7e733a61d3f8a9492eaee9e766
parentd2856373e18354a03d2f698ada27c5d6686cbb8c
Align pointers by 16 bytes boundary.

Many operations on x86 are much faster if the pointers are aligned
properly. Obviously, that would increase memory usage slightly, however,
rspamd always prefers speed to compactness.
src/libutil/mem_pool.h