Searched refs:oldPtr (Results 1 – 3 of 3) sorted by relevance
259 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));264 if (oldPtr) oldPtr->decStrong(this);265 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();311 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));314 if (oldPtr) oldPtr->decStrong(this);315 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();322 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));323 if (oldPtr) oldPtr->decStrong(this);324 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();332 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);