pub fn find_object_from_internal_pointer<VM: VMBinding>(
    start: Address,
    search_limit_bytes: usize
) -> Option<ObjectReference>
Expand description

Find the base reference to the object from a potential internal pointer.