Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_debug.c229 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info()
442 (vm_offset_t) cobject->last_alloc; in vm32_mach_vm_region_info_64()
H A Dvm_object_xnu.h320 vm_object_offset_t last_alloc; /* last allocation offset */ member
H A Dvm_fault.c447 vm_object_offset_t last_alloc; in vm_fault_is_sequential() local
451 last_alloc = object->last_alloc; in vm_fault_is_sequential()
456 if (offset == last_alloc && behavior != VM_BEHAVIOR_RANDOM) { in vm_fault_is_sequential()
470 if (offset && last_alloc == offset - PAGE_SIZE_64) { in vm_fault_is_sequential()
486 if (last_alloc && last_alloc == offset + PAGE_SIZE_64) { in vm_fault_is_sequential()
503 if (offset && last_alloc == (offset - PAGE_SIZE_64)) { in vm_fault_is_sequential()
513 } else if (last_alloc && last_alloc == (offset + PAGE_SIZE_64)) { in vm_fault_is_sequential()
551 object->last_alloc = offset; in vm_fault_is_sequential()
H A Dvm_object.c322 .last_alloc = (vm_object_offset_t) 0,
6573 __TRANSPOSE_FIELD(last_alloc);
H A Dvm_map.c21162 object->last_alloc = 0; in vm_map_msync()