Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_map.h594 struct vm_map_corpse_footprint_header *vmmap_corpse_footprint; member
597 #define vmmap_corpse_footprint vmmap_u_1.vmmap_corpse_footprint macro
H A Dvm_map.c22344 if (new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect()
22388 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect()
22403 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect()
22602 new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect_done()
22607 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect_done()
22692 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_query_page_info()
22783 map->vmmap_corpse_footprint != 0) { in vm_map_corpse_footprint_destroy()
22788 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_destroy()
22791 (vm_offset_t) map->vmmap_corpse_footprint, in vm_map_corpse_footprint_destroy()
22795 map->vmmap_corpse_footprint = 0; in vm_map_corpse_footprint_destroy()