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
When debugging a core, it's useful to know what object class a pointer might be in, and the offset of any interior pointer from the beginning of the allocation. With a bit more work, we could even report the allocation status (active, recycled, not yet allocated...)?
The text was updated successfully, but these errors were encountered:
When debugging a core, it's useful to know what object class a pointer might be in, and the offset of any interior pointer from the beginning of the allocation. With a bit more work, we could even report the allocation status (active, recycled, not yet allocated...)?
The text was updated successfully, but these errors were encountered: