Home
last modified time | relevance | path

Searched refs:oldPtr (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DStrongPointer.h259 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 …]
/system/chre/chpp/platform/linux/
Dmemory.c75 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize) { in chppRealloc() argument
79 struct ChppAllocHeader *oldHeader = (struct ChppAllocHeader *)oldPtr; in chppRealloc()
/system/chre/chpp/include/chpp/
Dmemory.h61 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize);