Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dkasan.py658 def _print_mo(self, mo, addr): argument
661 mo_base, mo_size = mo.valid_alloc()
665 mo_base, mo_size = mo.total_alloc()
669 if mo.redzones():
670 left_rz, right_rz = mo.redzones()
673 print(" Type: {}".format(mo.type.capitalize()))
674 if mo.zone:
675 print(" Zone: 0x{:x} ({:s})".format(unsigned(mo.zone),
676 mo.zone.z_name))
688 frames = mo.backtrace()
[all …]
/xnu-8792.41.9/libkern/os/
H A Drefcnt.c544 struct os_refgrp *__debug_only grp, memory_order mo) in os_ref_retain_mask_inline() argument
546 os_ref_count_t old = atomic_fetch_add_explicit(rc, n, mo); in os_ref_retain_mask_inline()