Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the stats is always 64bit aligned #584

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Ensure the stats is always 64bit aligned #584

merged 1 commit into from
Oct 25, 2023

Commits on Oct 23, 2023

  1. ensure the stats is always 64bit aligned

    The first word in an allocated struct can be relied upon to be
    64-bit aligned. Refer to https://pkg.go.dev/sync/atomic#pkg-note-BUG.
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    26f89a5 View commit details
    Browse the repository at this point in the history