Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dkern_memorystatus_notify.h43 int memorystatus_send_note(int event_code, void *data, uint32_t data_length);
/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus_notify.c471 memorystatus_send_note(int event_code, void *data, uint32_t data_length) in memorystatus_send_note() function
709 return memorystatus_send_note(kMemorystatusPressureNote, &pid, sizeof(pid)); in memorystatus_send_pressure_note()
H A Dkern_memorystatus_freeze.c1358 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_disable_freeze()
1865 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_freeze_process()
H A Dkern_memorystatus.c3412 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_on_resume()
4010 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_post_snapshot()
4399 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_kill_process_sync()