commit | fa09fe798aa4f9f4f503059c9146227df2b8c18d | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Wed Jun 01 16:19:22 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Wed Jun 08 10:14:25 2016 -0700 |
tree | 829d216762c1f01939c3f889be086b394817389d | |
parent | 20cd2de5ef622c3af8b3e4aba897aff7ddd451a7 [diff] |
Fix rallocx() sampling code to not eagerly commit sampler update. rallocx() for an alignment-constrained request may end up with a smaller-than-worst-case size if in-place reallocation succeeds due to serendipitous alignment. In such cases, sampling may not happen.