Searched refs:mo (Results 1 – 2 of 2) sorted by relevance
658 def _print_mo(self, mo, addr): argument661 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 …]
544 struct os_refgrp *__debug_only grp, memory_order mo) in os_ref_retain_mask_inline() argument546 os_ref_count_t old = atomic_fetch_add_explicit(rc, n, mo); in os_ref_retain_mask_inline()