You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have eliminated most of the alignment restrictions in various units but a few remain in raid functions. The documentation will list any necessary alignment restrictions on input buffers.
In this unit test we explicitly align so that we can explicitly test the unaligned cases also by shifting buffers up to a page border and running with efence. Malloc will normally align anyway but this will help so that efence_buffer = buffer + buffer_len - test_size will push up against a page boundary and help us test against readover. In your user code, alignment is not a requirement and it should work will without.
No description provided.
The text was updated successfully, but these errors were encountered: