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
Pass FPSmanager size as size_t to malloc instead of u64.
Changes the FPSmanager constructor to use the architecture dependent
size_t type from the libc crate instead of u64 as size when allocating
the memory for the instance.
0 commit comments