Fix irallocx_prof_sample().

Fix irallocx_prof_sample() to always allocate large regions, even when
alignment is non-zero.
diff --git a/ChangeLog b/ChangeLog
index 619c522..b5e10c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
   - Fix ixallocx_prof_sample() to never modify nor create sampled small
     allocations.  xallocx() is in general incapable of moving small allocations,
     so this fix removes buggy code without loss of generality.
+  - Fix irallocx_prof_sample() to always allocate large regions, even when
+    alignment is non-zero.
 
 * 4.0.1 (September 15, 2015)