Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/ !
H A Dvm_resident.c9982 btlog_t vmtaglog_btlog; variable
9994 btlog_record(vmtaglog_btlog, object, 0, ref); in vm_tag_log()
9996 btlog_erase(vmtaglog_btlog, object); in vm_tag_log()
10068 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()
/xnu-11417.121.6/tools/lldbmacros/ !
H A Dmemory.py1666 vmtaglog_btlog_address = int(kern.globals.vmtaglog_btlog)