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
If the pointer returned from malloc is > 2^31, the "address" field of the Pointer will be negative. Since Dart integers are always 64-bits, the address of a 32-bit pointer should always be positive.