Home
last modified time | relevance | path

Searched refs:vmmap_corpse_footprint (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_map.h586 struct vm_map_corpse_footprint_header *vmmap_corpse_footprint; member
589 #define vmmap_corpse_footprint vmmap_u_1.vmmap_corpse_footprint macro
H A Dvm_map.c21047 if (new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect()
21091 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect()
21106 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect()
21305 new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect_done()
21310 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect_done()
21395 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_query_page_info()
21486 map->vmmap_corpse_footprint != 0) { in vm_map_corpse_footprint_destroy()
21491 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_destroy()
21494 (vm_offset_t) map->vmmap_corpse_footprint, in vm_map_corpse_footprint_destroy()
21498 map->vmmap_corpse_footprint = 0; in vm_map_corpse_footprint_destroy()