Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c471 vm_object_offset_t last_alloc; in vm_fault_is_sequential() local
475 last_alloc = object->last_alloc; in vm_fault_is_sequential()
480 if (offset == last_alloc && behavior != VM_BEHAVIOR_RANDOM) { in vm_fault_is_sequential()
494 if (offset && last_alloc == offset - PAGE_SIZE_64) { in vm_fault_is_sequential()
510 if (last_alloc && last_alloc == offset + PAGE_SIZE_64) { in vm_fault_is_sequential()
527 if (offset && last_alloc == (offset - PAGE_SIZE_64)) { in vm_fault_is_sequential()
537 } else if (last_alloc && last_alloc == (offset + PAGE_SIZE_64)) { in vm_fault_is_sequential()
575 object->last_alloc = offset; in vm_fault_is_sequential()
H A Dvm_object.c343 .last_alloc = (vm_object_offset_t) 0,
6814 __TRANSPOSE_FIELD(last_alloc);
H A Dvm_map.c22592 object->last_alloc = 0; in vm_map_msync()