Home
last modified time | relevance | path

Searched refs:memorystatus_send_note (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/sys/ !
H A Dkern_memorystatus_notify.h43 int memorystatus_send_note(int event_code, void *data, uint32_t data_length);
/xnu-8019.80.24/bsd/kern/ !
H A Dkern_memorystatus_notify.c470 memorystatus_send_note(int event_code, void *data, uint32_t data_length) in memorystatus_send_note() function
708 return memorystatus_send_note(kMemorystatusPressureNote, &pid, sizeof(pid)); in memorystatus_send_pressure_note()
H A Dkern_memorystatus_freeze.c1371 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_disable_freeze()
1948 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_freeze_process()
H A Dkern_memorystatus.c3495 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_on_resume()
4281 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_thread()
4505 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_kill_process_sync()