Searched refs:track_sp (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Utility/ |
D | SharingPtr.cpp | 67 extern "C" void track_sp (void *sp_this, void *ptr, long use_count) in track_sp() function 121 track_sp (NULL, ptr, 0); in dump_sp_refs()
|
/external/lldb/include/lldb/Utility/ |
D | SharingPtr.h | 19 extern "C" void track_sp (void *sp_this, void *ptr, long count); 726 track_sp (this, ptr_, use_count()); in swap() 727 track_sp (&rhs, rhs.ptr_, rhs.use_count()); in swap() 761 track_sp (this, ptr_, ptr_->use_count()); in add_shared() 771 track_sp (this, NULL, ptr_->use_count() - 1); in release_shared()
|