Searched refs:ref_count_debug (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dref_counted.h42 using internal::RefCountedBase<EnableAdoptionValidator>::ref_count_debug;
H A Dref_counted_internal.h136 int ref_count_debug() const { function in class:fbl::internal::RefCountedBase
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dref_counted.h29 using ::fbl::internal::RefCountedBase<EnableAdoptionValidator>::ref_count_debug;
/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp68 printf("object %p base %#" PRIxPTR " size %#" PRIx64 " ref %d\n", this, base_, size_, ref_count_debug());
H A Dvm_aspace.cpp569 base_, base_ + size_ - 1, size_, flags_, ref_count_debug(), name_);
H A Dvm_address_region.cpp601 base_, base_ + size_ - 1, size_, ref_count_debug(), name_);
H A Dvm_mapping.cpp69 ref_count_debug(), vmo_name);
H A Dvm_object_paged.cpp305 this, user_id_, size_, count, ref_count_debug(), parent_id);

Completed in 92 milliseconds