Searched refs:memorystatus_at_boot_snapshot (Results 1 – 1 of 1) sorted by relevance
827 static memorystatus_jetsam_snapshot_t memorystatus_at_boot_snapshot; variable1590 memset(&memorystatus_at_boot_snapshot, 0, sizeof(memorystatus_jetsam_snapshot_t)); in memorystatus_init()5314 memorystatus_init_snapshot_vmstats(&memorystatus_at_boot_snapshot); in memorystatus_init_at_boot_snapshot()5315 memorystatus_at_boot_snapshot.entry_count = 0; in memorystatus_init_at_boot_snapshot()5316 memorystatus_at_boot_snapshot.notification_time = 0; /* updated when consumed */ in memorystatus_init_at_boot_snapshot()5317 memorystatus_at_boot_snapshot.snapshot_time = mach_absolute_time(); in memorystatus_init_at_boot_snapshot()6845 memorystatus_at_boot_snapshot.notification_time = mach_absolute_time(); in memorystatus_get_at_boot_snapshot()6846 *snapshot = &memorystatus_at_boot_snapshot; in memorystatus_get_at_boot_snapshot()