mempool is broken if object size is below the alignment size
Not that it's very likely to come up often, but isc_mempool_create()
doesn't quantize the object size when it's allocating memory, but isc_mempool_destroy()
does quantize it when freeing. If the object size is below 8 on a 64 bit system, it will crash in check_overrun()
.