Home
last modified time | relevance | path

Searched refs:last_alloc (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/vm/
H A Dvm_debug.c236 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info()
457 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info_64()
H A Dvm_object_xnu.h318 vm_object_offset_t last_alloc; /* last allocation offset */ member
H A Dvm_fault.c470 vm_object_offset_t last_alloc; in vm_fault_is_sequential() local
474 last_alloc = object->last_alloc; in vm_fault_is_sequential()
479 if (offset == last_alloc && behavior != VM_BEHAVIOR_RANDOM) { in vm_fault_is_sequential()
493 if (offset && last_alloc == offset - PAGE_SIZE_64) { in vm_fault_is_sequential()
509 if (last_alloc && last_alloc == offset + PAGE_SIZE_64) { in vm_fault_is_sequential()
526 if (offset && last_alloc == (offset - PAGE_SIZE_64)) { in vm_fault_is_sequential()
536 } else if (last_alloc && last_alloc == (offset + PAGE_SIZE_64)) { in vm_fault_is_sequential()
574 object->last_alloc = offset; in vm_fault_is_sequential()
H A Dvm_object.c343 .last_alloc = (vm_object_offset_t) 0,
6815 __TRANSPOSE_FIELD(last_alloc);
H A Dvm_map.c22520 object->last_alloc = 0; in vm_map_msync()