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...)?
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...)?