Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_map.h530 struct vm_map_corpse_footprint_header *vmmap_corpse_footprint; member
533 #define vmmap_corpse_footprint vmmap_u_1.vmmap_corpse_footprint macro
H A Dvm_map.c20984 if (new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect()
21028 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect()
21043 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect()
21242 new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect_done()
21247 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect_done()
21332 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_query_page_info()
21423 map->vmmap_corpse_footprint != 0) { in vm_map_corpse_footprint_destroy()
21428 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_destroy()
21431 (vm_offset_t) map->vmmap_corpse_footprint, in vm_map_corpse_footprint_destroy()
21435 map->vmmap_corpse_footprint = 0; in vm_map_corpse_footprint_destroy()