Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Drefbase.cpp77 // it manages), the amount of strong/weak/refcout and the PID&TID.
82 RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid);
98 RefTracker::RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in RefTracker() argument
99 : ptrID (id), strongRefCnt (strong), weakRefCnt (weak), refCnt (ref), PID (pid), TID (tid), exTrace (exTracker) in RefTracker()
105 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintTrace()
124 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintRefs()
263 // unexpected case: there had never a strong reference. in DecStrongRefCount()
264 UTILS_LOGD("decStrongRef when there is nerver a strong reference"); in DecStrongRefCount()
302 // only weak ptr but never had a strong ref, we should do nothing here theoretically. But it may cause a leak. in DecWeakRefCount()
304 UTILS_LOGW("dec the last weakRef before it had a strong referenc in DecWeakRefCount()
[all...]

Completed in 1 milliseconds