Home
last modified time | relevance | path

Searched refs:vm_kern_allocation_info (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/osfmk/vm/ !
H A Dvm_kern.h1214 extern kern_return_t vm_kern_allocation_info(uintptr_t addr, vm_size_t * size, vm_tag_t * tag, v…
H A Dvm_resident.c9842 vm_kern_allocation_info(uintptr_t addr, vm_size_t * size, vm_tag_t * tag, vm_size_t * zone_size) in vm_kern_allocation_info() function
/xnu-8796.101.5/iokit/Kernel/ !
H A DIOKitDebug.cpp1383 kr = vm_kern_allocation_info(addr, &size, &tag, &zoneSize); in IOTrackingDebug()