Searched refs:oldPtr (Results 1 – 4 of 4) sorted by relevance
242 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));246 if (oldPtr) oldPtr->decStrong(this);247 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();293 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));296 if (oldPtr) oldPtr->decStrong(this);297 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();304 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));305 if (oldPtr) oldPtr->decStrong(this);306 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();314 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));[all …]
75 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize) { in chppRealloc() argument79 struct ChppAllocHeader *oldHeader = (struct ChppAllocHeader *)oldPtr; in chppRealloc()
61 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize);