Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dkern_memorystatus_notify.h45 int memorystatus_send_note(int event_code, void *data, uint32_t data_length);
/xnu-10063.101.15/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.c1430 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_disable_freeze()
1939 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_freeze_process()
H A Dkern_memorystatus.c3502 memorystatus_send_note(kMemorystatusFreezeNote, &data, sizeof(data)); in memorystatus_on_resume()
4075 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_post_snapshot()
4478 …int ret = memorystatus_send_note(kMemorystatusSnapshotNote, &snapshot_size, sizeof(snapshot_size)); in memorystatus_kill_process_sync()