track_raw_ptr_deref

Function track_raw_ptr_deref 

Source
pub fn track_raw_ptr_deref(ptr_id: usize, location: &str, is_write: bool)
Expand description

Track raw pointer dereference.

Records a RawPtrDeref event. Use this when dereferencing a raw pointer.

ยงArguments

  • ptr_id - Identifier of the pointer being dereferenced
  • location - Source location
  • is_write - true if writing through the pointer, false if reading