NSRecordAllocationEvent

Function NSRecordAllocationEvent 

Source
pub unsafe extern "C-unwind" fn NSRecordAllocationEvent(
    event_type: c_int,
    object: Option<&AnyObject>,
)
Available on crate feature NSDebug only.
Expand description

ยงSafety

  • object should be of the correct type.
  • object might not allow None.